diff options
Diffstat (limited to 'quanta/components/tableeditor/tableeditor.h')
-rw-r--r-- | quanta/components/tableeditor/tableeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/tableeditor/tableeditor.h b/quanta/components/tableeditor/tableeditor.h index f8e7cf40..2368d9d7 100644 --- a/quanta/components/tableeditor/tableeditor.h +++ b/quanta/components/tableeditor/tableeditor.h @@ -50,7 +50,7 @@ class TableEditor : public TableEditorS TQ_OBJECT public: - TableEditor( TQWidget* tqparent = 0, const char* name = 0 ); + TableEditor( TQWidget* parent = 0, const char* name = 0 ); ~TableEditor(); virtual bool setTableArea( int bLine, int bCol, int eLine, int eCol, Parser * docParser ); |