summaryrefslogtreecommitdiffstats
path: root/kshisen/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'kshisen/board.h')
-rw-r--r--kshisen/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kshisen/board.h b/kshisen/board.h
index 43706524..08da3fcd 100644
--- a/kshisen/board.h
+++ b/kshisen/board.h
@@ -69,7 +69,7 @@ public:
class Board : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -108,7 +108,7 @@ public:
int getCurrentTime() const;
int getTimeForGame() const;
- bool solvable(bool norestore = FALSE);
+ bool solvable(bool norestore = false);
bool getSolvableFlag() const;
void setSolvableFlag(bool);