summaryrefslogtreecommitdiffstats
path: root/kommander/editor/tableeditorimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/tableeditorimpl.h')
-rw-r--r--kommander/editor/tableeditorimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/tableeditorimpl.h b/kommander/editor/tableeditorimpl.h
index 0342ed60..1fa1b895 100644
--- a/kommander/editor/tableeditorimpl.h
+++ b/kommander/editor/tableeditorimpl.h
@@ -10,12 +10,12 @@ class FormWindow;
class TableEditor : public TableEditorBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
TableEditor( TQWidget* parent = 0, TQWidget *editWidget = 0, FormWindow *fw = 0,
- const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ const char* name = 0, bool modal = false, WFlags fl = 0 );
~TableEditor();
protected slots: