diff -r 9572aae13d49 -r 95a1a69d491c QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Tue Feb 09 03:21:09 2010 +0000 +++ b/QTfrontend/chatwidget.h Tue Feb 09 13:04:11 2010 +0000 @@ -42,7 +42,7 @@ public slots: void onChatString(const QString& str); void onServerMessage(const QString& str); - void nickAdded(const QString& nick, bool isChief); + void nickAdded(const QString& nick, bool notifyNick); void nickRemoved(const QString& nick); void clear(); void setReadyStatus(const QString & nick, bool isReady);