summaryrefslogtreecommitdiffstats
path: root/examples/richtext
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext')
-rw-r--r--examples/richtext/richtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/richtext/richtext.h b/examples/richtext/richtext.h
index dde6771a..77913f76 100644
--- a/examples/richtext/richtext.h
+++ b/examples/richtext/richtext.h
@@ -17,7 +17,7 @@ class TQPushButton;
class MyRichText : public TQVBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyRichText( TQWidget *parent = 0, const char *name = 0 );