summaryrefslogtreecommitdiffstats
path: root/kommander/pluginmanager/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/pluginmanager/mainwindow.h')
-rw-r--r--kommander/pluginmanager/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kommander/pluginmanager/mainwindow.h b/kommander/pluginmanager/mainwindow.h
index c774832f..ffc59ace 100644
--- a/kommander/pluginmanager/mainwindow.h
+++ b/kommander/pluginmanager/mainwindow.h
@@ -26,8 +26,9 @@ class PluginManager;
class MainWindow : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- MainWindow( TQWidget* parent = 0, const char *name = 0, WFlags f = WType_TopLevel | WDestructiveClose );
+ MainWindow( TQWidget* tqparent = 0, const char *name = 0, WFlags f = WType_TopLevel | WDestructiveClose );
~MainWindow();
protected slots: