diff options
Diffstat (limited to 'kreversi/qreversigame.h')
-rw-r--r-- | kreversi/qreversigame.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kreversi/qreversigame.h b/kreversi/qreversigame.h index 875d2c07..e3b8893a 100644 --- a/kreversi/qreversigame.h +++ b/kreversi/qreversigame.h @@ -52,7 +52,7 @@ class KConfig; // The main document class in the reversi program. The thing that -// makes this a TQReversiGame instead of just a ReversiGame is that it +// makes this a QReversiGame instead of just a ReversiGame is that it // emits signals that can be used to update a view. // // Signals: @@ -62,13 +62,13 @@ class KConfig; // gameOver() // -class TQReversiGame : public TQObject, public Game { +class QReversiGame : public TQObject, public Game { Q_OBJECT TQ_OBJECT public: - TQReversiGame(TQObject *tqparent = 0); - ~TQReversiGame(); + QReversiGame(TQObject *tqparent = 0); + ~QReversiGame(); // Methods dealing with the game void newGame(); |