summaryrefslogtreecommitdiffstats
path: root/kfouleggs/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfouleggs/board.h')
-rw-r--r--kfouleggs/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfouleggs/board.h b/kfouleggs/board.h
index e0889b3b..da5a6275 100644
--- a/kfouleggs/board.h
+++ b/kfouleggs/board.h
@@ -8,7 +8,7 @@ class FEBoard : public Board
{
Q_OBJECT
public:
- FEBoard(bool graphic, QWidget *parent);
+ FEBoard(bool graphic, TQWidget *parent);
void copy(const GenericTetris &);
void start(const GTInitData &);
@@ -37,7 +37,7 @@ class FEBoard : public Board
bool putGift(uint);
KGrid2D::Square<int> _field;
- QMemArray<uint> _groups, _chainedPuyos;
+ TQMemArray<uint> _groups, _chainedPuyos;
uint _nbPuyos, _chained, _giftRest, _lastChained;
};