summaryrefslogtreecommitdiffstats
path: root/libkdegames/kgame/kgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdegames/kgame/kgame.h')
-rw-r--r--libkdegames/kgame/kgame.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdegames/kgame/kgame.h b/libkdegames/kgame/kgame.h
index bf66dcb8..486397e2 100644
--- a/libkdegames/kgame/kgame.h
+++ b/libkdegames/kgame/kgame.h
@@ -118,7 +118,7 @@ public:
* The KGame e.g. sets the status to Pause when you have
* less player than the minimum amount
*/
- enum GametqStatus
+ enum GameStatus
{
Init = 0,
Run = 1,
@@ -127,7 +127,7 @@ public:
Abort = 4,
SystemPause = 5,
Intro = 6,
- UsertqStatus = 7
+ UserStatus = 7
};
// Properties
@@ -387,14 +387,14 @@ public:
*
* @return game status
*/
- int gametqStatus() const;
+ int gameStatus() const;
/**
* sets the game status
*
* @param status the new status
*/
- void setGametqStatus(int status);
+ void setGameStatus(int status);
/**
* docu: see KPlayer