diff -r 45fbb9df0c99 -r 4b1236759402 QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Sun Feb 18 15:28:47 2007 +0000 +++ b/QTfrontend/newnetclient.h Sun Feb 18 16:57:43 2007 +0000 @@ -100,8 +100,10 @@ void fortsModeChanged(bool value); void hhnumChanged(const HWTeam&); void teamColorChanged(const HWTeam&); + void chatStringFromNet(const QStringList&); public slots: + void chatLineToNet(const QString& str); void SendNet(const QByteArray & buf); void AddTeam(const HWTeam & team); void RemoveTeam(const HWTeam& team);