diff options
Diffstat (limited to 'languages/ruby/debugger/debuggerpart.h')
-rw-r--r-- | languages/ruby/debugger/debuggerpart.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/languages/ruby/debugger/debuggerpart.h b/languages/ruby/debugger/debuggerpart.h index c78a53ee..5f3a06a6 100644 --- a/languages/ruby/debugger/debuggerpart.h +++ b/languages/ruby/debugger/debuggerpart.h @@ -48,9 +48,10 @@ class RDBOutputWidget; class RubyDebuggerPart : public KDevPlugin { Q_OBJECT + TQ_OBJECT public: - RubyDebuggerPart( TQObject *parent, const char *name, const TQStringList & ); + RubyDebuggerPart( TQObject *tqparent, const char *name, const TQStringList & ); ~RubyDebuggerPart(); virtual void restorePartialProjectSession(const TQDomElement* el); virtual void savePartialProjectSession(TQDomElement* el); @@ -75,7 +76,7 @@ private slots: void slotStepOut(); void slotRefreshBPState(const Breakpoint&); - void slotStatus(const TQString &msg, int state); + void slottqStatus(const TQString &msg, int state); void slotShowStep(const TQString &fileName, int lineNum); void slotGotoSource(const TQString &fileName, int lineNum); |