summaryrefslogtreecommitdiffstats
path: root/kbackgammon/engines/nextgen/kbgng.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbackgammon/engines/nextgen/kbgng.h')
-rw-r--r--kbackgammon/engines/nextgen/kbgng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbackgammon/engines/nextgen/kbgng.h b/kbackgammon/engines/nextgen/kbgng.h
index 4e4b8730..58d86172 100644
--- a/kbackgammon/engines/nextgen/kbgng.h
+++ b/kbackgammon/engines/nextgen/kbgng.h
@@ -212,9 +212,9 @@ private:
enum GameTypes {None = -1, Local, NetServer, NetClient, MaxTypes};
- KSelectAction * _gameSelect;
- KAction* _connectAction;
- KAction* _nameAction;
+ TDESelectAction * _gameSelect;
+ TDEAction* _connectAction;
+ TDEAction* _nameAction;
int _currGame;
int _nLocalPlayers;