add changeHumanPlayerNameDialog

This commit is contained in:
doitux
2007-05-28 19:56:57 +00:00
parent 0e1abc3656
commit 61e2131470
9 changed files with 235 additions and 10 deletions
+2
View File
@@ -50,6 +50,7 @@ class connectToServerDialogImpl;
class createNetworkGameDialogImpl;
class startNetworkGameDialogImpl;
class waitForServerToStartGameDialogImpl;
class changeHumanPlayerNameDialogImpl;
class QColor;
@@ -338,6 +339,7 @@ private:
newGameDialogImpl *myNewGameDialog;
settingsDialogImpl *mySettingsDialog;
selectAvatarDialogImpl *mySelectAvatarDialog;
changeHumanPlayerNameDialogImpl *myChangeHumanPlayerNameDialog;
joinNetworkGameDialogImpl *myJoinNetworkGameDialog;
connectToServerDialogImpl *myConnectToServerDialog;
startNetworkGameDialogImpl *myStartNetworkGameDialog;