diff options
Diffstat (limited to 'ksnake/game.h')
-rw-r--r-- | ksnake/game.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksnake/game.h b/ksnake/game.h index 0c9eb66b..509856e7 100644 --- a/ksnake/game.h +++ b/ksnake/game.h @@ -36,9 +36,10 @@ class View; class Game : public KMainWindow { Q_OBJECT + TQ_OBJECT public: - Game(TQWidget *parent=0, const char *name=0); + Game(TQWidget *tqparent=0, const char *name=0); ~Game(); private slots: |