summaryrefslogtreecommitdiffstats
path: root/kreversi/Position.h
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi/Position.h')
-rw-r--r--kreversi/Position.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kreversi/Position.h b/kreversi/Position.h
index 7269c2e6..916279e2 100644
--- a/kreversi/Position.h
+++ b/kreversi/Position.h
@@ -77,13 +77,13 @@ public:
bool moveIsPossible(Color color) const;
bool moveIsAtAllPossible() const;
bool moveIsLegal(SimpleMove &move) const;
- bool doMove(SimpleMove &move, QValueList<char> *turned = 0);
+ bool doMove(SimpleMove &move, TQValueList<char> *turned = 0);
bool doMove(Move &move);
bool undoMove(Move &move);
MoveList generateMoves(Color color) const;
- QString asString() const;
+ TQString asString() const;
private:
// The actual position itself. Use the simplest representation possible.