diff -r fc1e0a4f152c -r 6521e1b2cd40 QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Tue Jan 16 22:13:58 2007 +0000 +++ b/QTfrontend/newnetclient.h Wed Jan 17 19:56:51 2007 +0000 @@ -98,6 +98,7 @@ public slots: void SendNet(const QByteArray & buf); void AddTeam(const HWTeam & team); + void RemoveTeam(const HWTeam& team); void onSeedChanged(const QString & seed); void onMapChanged(const QString & map); void onThemeChanged(const QString & theme);