diff options
Diffstat (limited to 'kmahjongg')
-rw-r--r-- | kmahjongg/Editor.h | 2 | ||||
-rw-r--r-- | kmahjongg/GameTimer.h | 2 | ||||
-rw-r--r-- | kmahjongg/HighScore.h | 2 | ||||
-rw-r--r-- | kmahjongg/Preview.h | 4 | ||||
-rw-r--r-- | kmahjongg/boardwidget.h | 2 | ||||
-rw-r--r-- | kmahjongg/kmahjongg.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/kmahjongg/Editor.h b/kmahjongg/Editor.h index b772f2ae..8dfd45f7 100644 --- a/kmahjongg/Editor.h +++ b/kmahjongg/Editor.h @@ -15,7 +15,7 @@ class Editor: public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmahjongg/GameTimer.h b/kmahjongg/GameTimer.h index f716ff86..eac2e928 100644 --- a/kmahjongg/GameTimer.h +++ b/kmahjongg/GameTimer.h @@ -23,7 +23,7 @@ enum TimerMode {running = -53 , stopped= -54 , paused = -55}; class GameTimer: public TQLCDNumber { - Q_OBJECT + TQ_OBJECT public: GameTimer( TQWidget *parent=0, const char *name=0 ); diff --git a/kmahjongg/HighScore.h b/kmahjongg/HighScore.h index 38df5454..a5409fdc 100644 --- a/kmahjongg/HighScore.h +++ b/kmahjongg/HighScore.h @@ -28,7 +28,7 @@ struct TableInstance { class HighScore : public TQDialog { - Q_OBJECT + TQ_OBJECT public: 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: diff --git a/kmahjongg/boardwidget.h b/kmahjongg/boardwidget.h index f6578278..4cce396a 100644 --- a/kmahjongg/boardwidget.h +++ b/kmahjongg/boardwidget.h @@ -88,7 +88,7 @@ typedef struct gamedata { */ class BoardWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmahjongg/kmahjongg.h b/kmahjongg/kmahjongg.h index a3cb237b..70a87243 100644 --- a/kmahjongg/kmahjongg.h +++ b/kmahjongg/kmahjongg.h @@ -50,7 +50,7 @@ class TQLabel; */ class KMahjongg : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: |