diff options
Diffstat (limited to 'examples/forever')
-rw-r--r-- | examples/forever/forever.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/forever/forever.h b/examples/forever/forever.h index 93ec0b474..0580fa21c 100644 --- a/examples/forever/forever.h +++ b/examples/forever/forever.h @@ -22,7 +22,7 @@ const int numColors = 120; class Forever : public TQWidget { - Q_OBJECT + TQ_OBJECT public: Forever( TQWidget *parent=0, const char *name=0 ); protected: |