diff options
Diffstat (limited to 'examples/demo/categoryinterface.h')
-rw-r--r-- | examples/demo/categoryinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/categoryinterface.h b/examples/demo/categoryinterface.h index 978e1380d..a51018a61 100644 --- a/examples/demo/categoryinterface.h +++ b/examples/demo/categoryinterface.h @@ -9,7 +9,7 @@ class TQWidgetStack; class CategoryInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: CategoryInterface( TQWidgetStack *s ) : stack( s ) {} |