summaryrefslogtreecommitdiffstats
path: root/examples/demo/qasteroids/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/qasteroids/view.h')
-rw-r--r--examples/demo/qasteroids/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h
index 6ab92a1c2..35b360ab0 100644
--- a/examples/demo/qasteroids/view.h
+++ b/examples/demo/qasteroids/view.h
@@ -18,7 +18,7 @@
class KAsteroidsView : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KAsteroidsView( TQWidget *parent = 0, const char *name = 0 );
virtual ~KAsteroidsView();