diff options
Diffstat (limited to 'kfouleggs/board.h')
-rw-r--r-- | kfouleggs/board.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kfouleggs/board.h b/kfouleggs/board.h index da5a6275..e3b4229e 100644 --- a/kfouleggs/board.h +++ b/kfouleggs/board.h @@ -7,8 +7,9 @@ class FEBoard : public Board { Q_OBJECT + TQ_OBJECT public: - FEBoard(bool graphic, TQWidget *parent); + FEBoard(bool graphic, TQWidget *tqparent); void copy(const GenericTetris &); void start(const GTInitData &); |