--- a/QTfrontend/hwform.cpp Sun Jan 14 13:10:29 2007 +0000
+++ b/QTfrontend/hwform.cpp Sun Jan 14 13:16:55 2007 +0000
@@ -242,6 +242,7 @@
connect(hwnet, SIGNAL(AddGame(const QString &)), this, SLOT(AddGame(const QString &)));
connect(hwnet, SIGNAL(EnteredGame()), this, SLOT(NetGameEnter()));
connect(hwnet, SIGNAL(ChangeInTeams(const QStringList &)), this, SLOT(ChangeInNetTeams(const QStringList &)));
+ connect(ui.pageNetGame->pNetTeamsWidget, SIGNAL(teamWillPlay(HWTeam)), hwnet, SLOT(AddTeam(HWTeam)));
hwnet->Connect(hostName, port, nick);
config->SaveOptions();
}