diff options
Diffstat (limited to 'tools/designer/examples/vcr/vcr.h')
-rw-r--r-- | tools/designer/examples/vcr/vcr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/examples/vcr/vcr.h b/tools/designer/examples/vcr/vcr.h index daff3d1d0..1c407d172 100644 --- a/tools/designer/examples/vcr/vcr.h +++ b/tools/designer/examples/vcr/vcr.h @@ -4,7 +4,7 @@ class Vcr : public TQWidget { - Q_OBJECT + TQ_OBJECT public: Vcr( TQWidget *parent = 0, const char *name = 0 ); ~Vcr() {} |