--- a/QTfrontend/hwform.cpp Tue Sep 18 18:24:02 2007 +0000
+++ b/QTfrontend/hwform.cpp Tue Sep 18 18:37:51 2007 +0000
@@ -44,6 +44,7 @@
#include "netudpwidget.h"
#include "chatwidget.h"
#include "playrecordpage.h"
+#include "selectWeapon.h"
HWForm::HWForm(QWidget *parent)
: QMainWindow(parent), pnetserver(0), pUdpServer(0), editedTeam(0)
@@ -85,6 +86,7 @@
connect(ui.pageOptions->BtnEditTeam, SIGNAL(clicked()), this, SLOT(EditTeam()));
connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), config, SLOT(SaveOptions()));
connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), this, SLOT(GoBack()));
+ // TODO
connect(ui.pageNet->BtnBack, SIGNAL(clicked()), this, SLOT(GoBack()));
connect(ui.pageNet->BtnNetConnect, SIGNAL(clicked()), this, SLOT(NetConnect()));