summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger/rdbtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/debugger/rdbtable.h')
-rw-r--r--languages/ruby/debugger/rdbtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/ruby/debugger/rdbtable.h b/languages/ruby/debugger/rdbtable.h
index 5cb72e93..157a9e13 100644
--- a/languages/ruby/debugger/rdbtable.h
+++ b/languages/ruby/debugger/rdbtable.h
@@ -25,8 +25,8 @@ class RDBTable : public TQTable
Q_OBJECT
TQ_OBJECT
public:
- RDBTable(TQWidget *tqparent = 0, const char *name = 0);
- RDBTable( int numRows, int numCols, TQWidget * tqparent = 0, const char * name = 0 );
+ RDBTable(TQWidget *parent = 0, const char *name = 0);
+ RDBTable( int numRows, int numCols, TQWidget * parent = 0, const char * name = 0 );
~RDBTable();
virtual void keyPressEvent ( TQKeyEvent * e );