diff -r 5eafb20566f1 -r 7c155e849602 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Fri Dec 14 15:36:00 2007 +0000 +++ b/QTfrontend/hwform.h Fri Dec 14 16:13:35 2007 +0000 @@ -74,13 +74,15 @@ void NetStartGame(); void AddNetTeam(const HWTeam& team); void StartMPGame(); - void NetGameStateChanged(GameState gameState); void GameStateChanged(GameState gameState); void GameStats(char type, const QString & info); void ForcedDisconnect(); void ShowErrorMessage(const QString &); void GetRecord(bool isDemo, const QByteArray & record); +public slots: + void CreateNetGame(); + private: void _NetConnect(const QString & hostName, quint16 port, const QString & nick); void UpdateTeamsLists(const QStringList* editable_teams=0);