QTfrontend/hwform.h
changeset 60 7fbfa2f13f6f
parent 50 9ab4067dabec
child 84 0f6669da2fcb
--- a/QTfrontend/hwform.h	Sat Feb 04 22:37:12 2006 +0000
+++ b/QTfrontend/hwform.h	Sun Feb 05 12:48:02 2006 +0000
@@ -38,15 +38,12 @@
 #include <QLineEdit>
 #include <QDir>
 
-#include <vector>
-
 #include "ui_hwform.h"
 #include "binds.h"
 #include "game.h"
 #include "team.h"
 #include "netclient.h"
-
-using namespace std;
+#include "teamselect.h"
 
 class HWForm : public QMainWindow
 {
@@ -95,7 +92,7 @@
 	HWTeam * tmpTeam;
 	HWNet * hwnet;
 
-	vector<QString> m_teamNames;
+	TeamSelWidget* pts;
 };
 
 #define ID_PAGE_SINGLEPLAYER 0