QTfrontend/hwform.h
changeset 87 ff213e443336
parent 85 44d9045b26ff
child 128 223522298250
--- a/QTfrontend/hwform.h	Tue Jul 25 20:19:46 2006 +0000
+++ b/QTfrontend/hwform.h	Wed Jul 26 12:25:48 2006 +0000
@@ -39,12 +39,10 @@
 #include <QDir>
 
 #include "ui_hwform.h"
-#include "binds.h"
-#include "game.h"
-#include "team.h"
-#include "netclient.h"
-#include "teamselect.h"
 
+class HWGame;
+class HWTeam;
+class HWNet;
 class GameUIConfig;
 
 class HWForm : public QMainWindow
@@ -53,10 +51,7 @@
 
 public:
 	HWForm(QWidget *parent = 0);
-	Ui::HWForm ui;
-	QLineEdit * TeamNameEdit;
-	QLineEdit * HHNameEdit[8];
-	QComboBox * CBBind[BINDS_NUMBER];
+	Ui_HWForm ui;
 
 private slots:
 	void GoToMain();
@@ -82,12 +77,7 @@
 	void NetStartGame();
 	void ChangeInNetTeams(const QStringList & teams);
 
-public slots:
-	void CBGrave_activated(const QString & gravename);
-	void CBFort_activated(const QString & gravename);
-
 private:
-	QLabel * LBind[BINDS_NUMBER];
 	HWGame * game;
 	HWTeam * tmpTeam;
 	HWNet * hwnet;