changeset 1360 | d3e285281c26 |
parent 1356 | 77ab8735401d |
child 1391 | 735f6d43780b |
--- 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();