diff options
Diffstat (limited to 'kmahjongg/Preview.h')
-rw-r--r-- | kmahjongg/Preview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmahjongg/Preview.h b/kmahjongg/Preview.h index 2ad02205..6f8c842d 100644 --- a/kmahjongg/Preview.h +++ b/kmahjongg/Preview.h @@ -14,7 +14,7 @@ class TQPixmap; class FrameImage: public TQFrame { - Q_OBJECT + TQ_OBJECT public: FrameImage(TQWidget *parent=NULL, const char *name = NULL); @@ -43,7 +43,7 @@ private: class Preview: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |