This commit is contained in:
doitux
2007-02-01 02:18:59 +00:00
parent 1bcfcedd9b
commit 50a6bb8c12
10 changed files with 73 additions and 136 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
class settingsDialogImpl: public QDialog, public Ui::settingsDialog {
Q_OBJECT
public:
settingsDialogImpl(QWidget *parent = 0, const char *name = 0);
settingsDialogImpl(QWidget *parent = 0);
void setPlayerNickIsChanged(bool theValue){ playerNickIsChanged = theValue;}
bool getPlayerNickIsChanged() const{ return playerNickIsChanged;}