summaryrefslogtreecommitdiffstats
path: root/examples/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wizard')
-rw-r--r--examples/wizard/wizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wizard/wizard.h b/examples/wizard/wizard.h
index 332f18966..2bfbe7ded 100644
--- a/examples/wizard/wizard.h
+++ b/examples/wizard/wizard.h
@@ -19,7 +19,7 @@ class TQLabel;
class Wizard : public TQWizard
{
- Q_OBJECT
+ TQ_OBJECT
public:
Wizard( TQWidget *parent = 0, const char *name = 0 );