summaryrefslogtreecommitdiffstats
path: root/kreversi/kreversi.h
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi/kreversi.h')
-rw-r--r--kreversi/kreversi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kreversi/kreversi.h b/kreversi/kreversi.h
index 1be7069d..dd66e63d 100644
--- a/kreversi/kreversi.h
+++ b/kreversi/kreversi.h
@@ -158,7 +158,7 @@ private:
KToggleAction *showLegalMovesAction;
// The game itself and game properties
- TQReversiGame *m_game; // The main document - the game
+ QReversiGame *m_game; // The main document - the game
Color m_humanColor; // The Color of the human player.
bool m_gameOver; // True if the game is over
@@ -171,7 +171,7 @@ private:
Engine *m_engine; // The AI that creates the computers moves.
// Widgets
- TQReversiGameView *m_gameView; // The board widget.
+ QReversiGameView *m_gameView; // The board widget.
};