summaryrefslogtreecommitdiffstats
path: root/examples/demo/categoryinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/categoryinterface.h')
-rw-r--r--examples/demo/categoryinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/categoryinterface.h b/examples/demo/categoryinterface.h
index 978e1380..a51018a6 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 ) {}