summaryrefslogtreecommitdiffstats
path: root/kreversi/qreversigame.h
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi/qreversigame.h')
-rw-r--r--kreversi/qreversigame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kreversi/qreversigame.h b/kreversi/qreversigame.h
index 050b790d..3e7388e0 100644
--- a/kreversi/qreversigame.h
+++ b/kreversi/qreversigame.h
@@ -63,7 +63,7 @@ class TDEConfig;
//
class QReversiGame : public TQObject, public Game {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -77,7 +77,7 @@ class QReversiGame : public TQObject, public Game {
#if 0
void loadSettings();
- bool loadGame(TDEConfig *, bool noupdate = FALSE);
+ bool loadGame(TDEConfig *, bool noupdate = false);
void saveGame(TDEConfig *);
#endif