summaryrefslogtreecommitdiffstats
path: root/kshisen/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'kshisen/app.h')
-rw-r--r--kshisen/app.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kshisen/app.h b/kshisen/app.h
index 72112570..c1db6978 100644
--- a/kshisen/app.h
+++ b/kshisen/app.h
@@ -106,17 +106,17 @@ private:
void showHighscore(int focusitem = -1);
void initTDEAction();
- void setCheatMode();
- void resetCheatMode();
+ void setHintMode();
+ void resetHintMode();
private:
TQString lastPlayerName;
Board *board;
TQValueVector<HighScore> highscore;
KHighscore* highscoreTable;
- bool cheat;
+ bool hintmode;
- enum statusBarItems { SBI_TIME, SBI_TILES, SBI_CHEAT };
+ enum statusBarItems { SBI_TIME, SBI_TILES, SBI_HINT };
};