summaryrefslogtreecommitdiffstats
path: root/knetwalk/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'knetwalk/src/mainwindow.h')
-rw-r--r--knetwalk/src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/knetwalk/src/mainwindow.h b/knetwalk/src/mainwindow.h
index e88fab6a..40402930 100644
--- a/knetwalk/src/mainwindow.h
+++ b/knetwalk/src/mainwindow.h
@@ -27,8 +27,9 @@ class KSelectAction;
class MainWindow : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- MainWindow(TQWidget *parent=0, const char* name=0, WFlags fl=0);
+ MainWindow(TQWidget *tqparent=0, const char* name=0, WFlags fl=0);
protected:
virtual void closeEvent(TQCloseEvent*);
private: