summaryrefslogtreecommitdiffstats
path: root/kommander/editor/tableeditorimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/tableeditorimpl.cpp')
-rw-r--r--kommander/editor/tableeditorimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/tableeditorimpl.cpp b/kommander/editor/tableeditorimpl.cpp
index 777fd874..5fc56f41 100644
--- a/kommander/editor/tableeditorimpl.cpp
+++ b/kommander/editor/tableeditorimpl.cpp
@@ -21,8 +21,8 @@
#include <klocale.h>
-TableEditor::TableEditor( TQWidget* tqparent, TQWidget *editWidget, FormWindow *fw, const char* name, bool modal, WFlags fl )
- : TableEditorBase( tqparent, name, modal, fl ),
+TableEditor::TableEditor( TQWidget* parent, TQWidget *editWidget, FormWindow *fw, const char* name, bool modal, WFlags fl )
+ : TableEditorBase( parent, name, modal, fl ),
#ifndef TQT_NO_TABLE
editTable( (TQTable*)editWidget ),
#endif