--- a/QTfrontend/hwform.h Sun Jan 15 14:14:12 2006 +0000
+++ b/QTfrontend/hwform.h Sun Jan 15 23:31:34 2006 +0000
@@ -37,12 +37,17 @@
#include <QLabel>
#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;
+
class HWForm : public QMainWindow
{
Q_OBJECT
@@ -89,6 +94,8 @@
QDir cfgdir;
HWTeam * tmpTeam;
HWNet * hwnet;
+
+ vector<QString> m_teamNames;
};
#define ID_PAGE_SINGLEPLAYER 0