summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/menu.h
Side-by-side diff
Diffstat (limited to 'noncore/games/sfcave-sdl/menu.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/sfcave-sdl/menu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/games/sfcave-sdl/menu.h b/noncore/games/sfcave-sdl/menu.h
index 08f7528..6a5ef40 100644
--- a/noncore/games/sfcave-sdl/menu.h
+++ b/noncore/games/sfcave-sdl/menu.h
@@ -15,3 +15,3 @@ class MenuOption
public:
- MenuOption( QString text, int id );
+ MenuOption( string text, int id );
~MenuOption();
@@ -27,3 +27,3 @@ private:
int menuId;
- QString menuText;
+ string menuText;
bool highlighted;
@@ -42,3 +42,3 @@ public:
int handleKeys( SDL_KeyboardEvent & );
- MenuOption *addMenuOption( QString text, int id );
+ MenuOption *addMenuOption( string text, int id );
void resetToTopMenu();
@@ -46,3 +46,3 @@ public:
- void setStatusText( QString text ) { statusText = text; }
+ void setStatusText( string text ) { statusText = text; }
@@ -60,3 +60,3 @@ private:
- QString statusText;
+ string statusText;