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 e9bdb4c6..f716ff86 100644 --- a/kmahjongg/GameTimer.h +++ b/kmahjongg/GameTimer.h @@ -24,7 +24,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 ); |