QTfrontend/hwform.h
changeset 84 0f6669da2fcb
parent 60 7fbfa2f13f6f
child 85 44d9045b26ff
--- a/QTfrontend/hwform.h	Mon Jul 24 14:03:51 2006 +0000
+++ b/QTfrontend/hwform.h	Mon Jul 24 22:37:34 2006 +0000
@@ -45,6 +45,8 @@
 #include "netclient.h"
 #include "teamselect.h"
 
+class GameConfig;
+
 class HWForm : public QMainWindow
 {
 	Q_OBJECT
@@ -69,7 +71,6 @@
 	void TeamSave();
 	void TeamDiscard();
 	void SimpleGame();
-	void SaveOptions();
 	void PlayDemo();
 	void NetConnect();
 	void NetDisconnect();
@@ -88,9 +89,9 @@
 private:
 	QLabel * LBind[BINDS_NUMBER];
 	HWGame * game;
-	QDir cfgdir;
 	HWTeam * tmpTeam;
 	HWNet * hwnet;
+	GameConfig * config;
 
 	TeamSelWidget* pts;
 };