diff -r c7703c653865 -r d3e285281c26 QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Wed Oct 15 16:54:05 2008 +0000 +++ b/QTfrontend/chatwidget.h Wed Oct 15 16:59:11 2008 +0000 @@ -34,7 +34,7 @@ HWChatWidget(QWidget* parent=0); public slots: - void onChatStringFromNet(const QString& str); + void onChatString(const QString& str); void nickAdded(const QString& nick); void nickRemoved(const QString& nick); void clear();