summaryrefslogtreecommitdiffstats
path: root/kreversi/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi/board.h')
-rw-r--r--kreversi/board.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kreversi/board.h b/kreversi/board.h
index 59c9463c..68f211d4 100644
--- a/kreversi/board.h
+++ b/kreversi/board.h
@@ -49,19 +49,19 @@
class KConfig;
-class TQReversiGame;
+class QReversiGame;
// The class Board is the visible Reversi Board widget.
//
-class TQReversiBoardView : public TQWidget {
+class QReversiBoardView : public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- TQReversiBoardView(TQWidget *tqparent, TQReversiGame *game);
- ~TQReversiBoardView();
+ QReversiBoardView(TQWidget *tqparent, QReversiGame *game);
+ ~QReversiBoardView();
// starts all: emits some signal, so it can't be called from
// constructor
@@ -125,7 +125,7 @@ private:
private:
- TQReversiGame *m_krgame; // Pointer to the game object (not owner).
+ QReversiGame *m_krgame; // Pointer to the game object (not owner).
// The background of the board - a color and a pixmap.
TQColor bgColor;