diff -r 914fa66aec05 -r 735f6d43780b QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Tue Oct 21 13:39:34 2008 +0000 +++ b/QTfrontend/hwform.cpp Tue Oct 21 16:53:34 2008 +0000 @@ -439,6 +439,8 @@ ui.pageNetGame->pChatWidget, SLOT(onChatString(const QString&))); connect(ui.pageNetGame->pChatWidget, SIGNAL(chatLine(const QString&)), hwnet, SLOT(chatLineToNet(const QString&))); + connect(ui.pageNetGame->pChatWidget, SIGNAL(kick(const QString&)), + hwnet, SLOT(kickPlayer(const QString&))); connect(hwnet, SIGNAL(nickAdded(const QString&)), ui.pageNetGame->pChatWidget, SLOT(nickAdded(const QString&))); connect(hwnet, SIGNAL(nickRemoved(const QString&)),