QTfrontend/chatwidget.h
changeset 2777 95a1a69d491c
parent 2776 9572aae13d49
child 2779 e1ae0019d43f
--- 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);