diff options
Diffstat (limited to 'languages/ruby/debugger/rdbtable.h')
-rw-r--r-- | languages/ruby/debugger/rdbtable.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/languages/ruby/debugger/rdbtable.h b/languages/ruby/debugger/rdbtable.h index 714605d0..5cb72e93 100644 --- a/languages/ruby/debugger/rdbtable.h +++ b/languages/ruby/debugger/rdbtable.h @@ -20,12 +20,13 @@ namespace RDBDebugger { -class RDBTable : public QTable +class RDBTable : public TQTable { Q_OBJECT + TQ_OBJECT public: - RDBTable(TQWidget *parent = 0, const char *name = 0); - RDBTable( int numRows, int numCols, TQWidget * parent = 0, const char * name = 0 ); + RDBTable(TQWidget *tqparent = 0, const char *name = 0); + RDBTable( int numRows, int numCols, TQWidget * tqparent = 0, const char * name = 0 ); ~RDBTable(); virtual void keyPressEvent ( TQKeyEvent * e ); |