QTfrontend/gamecfgwidget.h
changeset 320 1ee7f087195a
parent 318 46a43b02bbb3
child 325 17c860483407
--- a/QTfrontend/gamecfgwidget.h	Thu Jan 11 23:29:57 2007 +0000
+++ b/QTfrontend/gamecfgwidget.h	Fri Jan 12 15:23:16 2007 +0000
@@ -43,7 +43,13 @@
 	quint32 getTurnTime() const;
 	QStringList getFullConfig() const;
 
-private slots:
+public slots:
+	void setSeed(const QString & seed);
+	void setMap(const QString & map);
+	void setTheme(const QString & theme);
+	void setInitHealth(const quint32 health);
+	void setTurnTime(const quint32 time);
+	void setFortsMode(const bool value);
 
 private:
 	QCheckBox * CB_mode_Forts;