diff options
Diffstat (limited to 'tutorial/t13/gamebrd.h')
-rw-r--r-- | tutorial/t13/gamebrd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t13/gamebrd.h b/tutorial/t13/gamebrd.h index 9ad0cedc3..b409ad16e 100644 --- a/tutorial/t13/gamebrd.h +++ b/tutorial/t13/gamebrd.h @@ -20,7 +20,7 @@ class CannonField; class GameBoard : public TQWidget { - Q_OBJECT + TQ_OBJECT public: GameBoard( TQWidget *parent=0, const char *name=0 ); |