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 f77aaf09..2ad02205 100644 --- a/kmahjongg/Preview.h +++ b/kmahjongg/Preview.h @@ -15,7 +15,7 @@ class TQPixmap; class FrameImage: public TQFrame { Q_OBJECT - TQ_OBJECT + public: FrameImage(TQWidget *parent=NULL, const char *name = NULL); ~FrameImage(); @@ -44,7 +44,7 @@ private: class Preview: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum PreviewType {background, tileset, board, theme}; |