diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 7bd8e1b..89fedd5 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -60,7 +60,7 @@ namespace KSettings { class Dialog; }; class MainWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: /** Construtor, initializer and destructor */ MainWindow(TQWidget *parent = 0, const char *name = 0); |