diff options
Diffstat (limited to 'examples/helpsystem/mainwindow.h')
-rw-r--r-- | examples/helpsystem/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helpsystem/mainwindow.h b/examples/helpsystem/mainwindow.h index 00f4da5a9..2566bae18 100644 --- a/examples/helpsystem/mainwindow.h +++ b/examples/helpsystem/mainwindow.h @@ -15,7 +15,7 @@ class TQAssistantClient; class MainWindow : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: MainWindow(); ~MainWindow(); |