diff -r 3afe33c1cf06 -r 9ab4067dabec QTfrontend/hwform.h --- 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 #include #include + +#include + #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 m_teamNames; }; #define ID_PAGE_SINGLEPLAYER 0