diff options
Diffstat (limited to 'languages/ruby/debugger/rdbbreakpointwidget.h')
-rw-r--r-- | languages/ruby/debugger/rdbbreakpointwidget.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/languages/ruby/debugger/rdbbreakpointwidget.h b/languages/ruby/debugger/rdbbreakpointwidget.h index 75c0dfbb..58275842 100644 --- a/languages/ruby/debugger/rdbbreakpointwidget.h +++ b/languages/ruby/debugger/rdbbreakpointwidget.h @@ -39,12 +39,13 @@ class Breakpoint; class BreakpointTableRow; class RDBTable; -class RDBBreakpointWidget : public QHBox +class RDBBreakpointWidget : public TQHBox { Q_OBJECT + TQ_OBJECT public: - RDBBreakpointWidget( TQWidget* parent=0, const char* name=0 ); + RDBBreakpointWidget( TQWidget* tqparent=0, const char* name=0 ); virtual ~RDBBreakpointWidget(); void reset(); @@ -93,7 +94,7 @@ signals: void clearAllBreakpoints(); private: - BreakpointTableRow* find(Breakpoint *bp); + BreakpointTableRow* tqfind(Breakpoint *bp); BreakpointTableRow* findId(int id); BreakpointTableRow* findKey(int BPKey); |