diff -r 731ad6d27bd1 -r 4bac77f8cd38 QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Sat Jan 27 14:18:33 2007 +0000 +++ b/QTfrontend/newnetclient.h Sat Jan 27 17:41:08 2007 +0000 @@ -98,6 +98,7 @@ void turnTimeChanged(quint32 time); void fortsModeChanged(bool value); void hhnumChanged(const HWTeam&); + void teamColorChanged(const HWTeam&); public slots: void SendNet(const QByteArray & buf); @@ -110,6 +111,7 @@ void onTurnTimeChanged(quint32 time); void onFortsModeChanged(bool value); void onHedgehogsNumChanged(const HWTeam& team); + void onTeamColorChanged(const HWTeam& team); private slots: void ClientRead();