diff options
Diffstat (limited to 'kmahjongg/GameTimer.h')
-rw-r--r-- | kmahjongg/GameTimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |