--- a/QTfrontend/hwform.cpp Wed Oct 15 16:54:05 2008 +0000
+++ b/QTfrontend/hwform.cpp Wed Oct 15 16:59:11 2008 +0000
@@ -431,7 +431,9 @@
hwnet, SLOT(askRoomsList()));
connect(hwnet, SIGNAL(chatStringFromNet(const QString&)),
- ui.pageNetGame->pChatWidget, SLOT(onChatStringFromNet(const QString&)));
+ ui.pageNetGame->pChatWidget, SLOT(onChatString(const QString&)));
+ connect(hwnet, SIGNAL(chatStringFromMet(const QString&)),
+ ui.pageNetGame->pChatWidget, SLOT(onChatString(const QString&)));
connect(ui.pageNetGame->pChatWidget, SIGNAL(chatLine(const QString&)),
hwnet, SLOT(chatLineToNet(const QString&)));
connect(hwnet, SIGNAL(nickAdded(const QString&)),