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