diff options
author | Darrell Anderson <[email protected]> | 2013-04-17 20:32:51 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-04-17 20:32:51 -0500 |
commit | 859a24e2cc62ecd7ce8a21ee7fe8450d1f4eab3a (patch) | |
tree | 395ecce5eede91e5ecb8af129c3609ce7f71d2a1 /kshisen/app.h | |
parent | 063e2351a3b0b09b483a4cc7755fdd70160ac3c0 (diff) | |
download | tdegames-859a24e2cc62ecd7ce8a21ee7fe8450d1f4eab3a.tar.gz tdegames-859a24e2cc62ecd7ce8a21ee7fe8450d1f4eab3a.zip |
Make statusbar text consistent with menu text.
Diffstat (limited to 'kshisen/app.h')
-rw-r--r-- | kshisen/app.h | 8 |
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 }; }; |