next steps startwindow-integration --> UNSTABLE

This commit is contained in:
doitux
2008-09-11 15:03:46 +00:00
parent f5ea154b09
commit 2af47e0c01
5 changed files with 125 additions and 119 deletions
+1 -2
View File
@@ -200,8 +200,8 @@ public slots:
void setGameSpeed(const int theValue) { guiGameSpeed = theValue; setSpeeds(); } // Achtung Faktor 10!!!
void callNewGameDialog() ;
void callAboutPokerthDialog();
void callSettingsDialog();
void applySettings();
void callCreateNetworkGameDialog();
void callJoinNetworkGameDialog();
void callGameLobbyDialog();
@@ -404,7 +404,6 @@ private:
QPixmap *flipside;
// Dialogs
boost::shared_ptr<aboutPokerthImpl> myAboutPokerthDialog;
boost::shared_ptr<newGameDialogImpl> myNewGameDialog;
boost::shared_ptr<settingsDialogImpl> mySettingsDialog;
boost::shared_ptr<selectAvatarDialogImpl> mySelectAvatarDialog;