diff options
Diffstat (limited to 'quanta/components/tableeditor')
-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 2368d9d7..c97f9ca0 100644 --- a/quanta/components/tableeditor/tableeditor.h +++ b/quanta/components/tableeditor/tableeditor.h @@ -47,7 +47,7 @@ class Parser; class TableEditor : public TableEditorS { Q_OBJECT - TQ_OBJECT + public: TableEditor( TQWidget* parent = 0, const char* name = 0 ); |