diff options
Diffstat (limited to 'examples/rot13/rot13.h')
-rw-r--r-- | examples/rot13/rot13.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rot13/rot13.h b/examples/rot13/rot13.h index 7e9d2850..3933e6fe 100644 --- a/examples/rot13/rot13.h +++ b/examples/rot13/rot13.h @@ -19,7 +19,7 @@ class TQMultiLineEdit; class Rot13: public TQWidget { - Q_OBJECT + TQ_OBJECT public: Rot13(); |