diff options
Diffstat (limited to 'examples/qtapp/myqt.h')
-rw-r--r-- | examples/qtapp/myqt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtapp/myqt.h b/examples/qtapp/myqt.h index 9e63d4f..8369054 100644 --- a/examples/qtapp/myqt.h +++ b/examples/qtapp/myqt.h @@ -11,7 +11,7 @@ class MyQT : public QLabel { - Q_OBJECT + TQ_OBJECT public: MyQT(QWidget *parent = 0, const char *name = 0); |