diff options
Diffstat (limited to 'tqtinterface/qt4/src/table/tqtable.h')
-rw-r--r-- | tqtinterface/qt4/src/table/tqtable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/table/tqtable.h b/tqtinterface/qt4/src/table/tqtable.h index 47b37fd..1b8792f 100644 --- a/tqtinterface/qt4/src/table/tqtable.h +++ b/tqtinterface/qt4/src/table/tqtable.h @@ -266,9 +266,9 @@ class TQM_EXPORT_TABLE TQTable : public TQScrollView friend class TQTableItem; public: - TQTable( TQWidget* tqparent=0, const char* name=0 ); + TQTable( TQWidget* parent=0, const char* name=0 ); TQTable( int numRows, int numCols, - TQWidget* tqparent=0, const char* name=0 ); + TQWidget* parent=0, const char* name=0 ); ~TQTable(); TQHeader *horizontalHeader() const; |