diff options
Diffstat (limited to 'tutorial/t14/gamebrd.h')
| -rw-r--r-- | tutorial/t14/gamebrd.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t14/gamebrd.h b/tutorial/t14/gamebrd.h index f9e03789d..c264b4b61 100644 --- a/tutorial/t14/gamebrd.h +++ b/tutorial/t14/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 );  | 
