QTfrontend/ui/widget/chatwidget.h
changeset 8179 a1ffcb559f99
parent 7742 e5e529dcc9bb
child 8396 5123eac2f9d6
--- a/QTfrontend/ui/widget/chatwidget.h	Sun Dec 02 01:25:11 2012 +0400
+++ b/QTfrontend/ui/widget/chatwidget.h	Sun Dec 02 01:26:00 2012 +0400
@@ -54,7 +54,7 @@
         Q_OBJECT
 
     public:
-        HWChatWidget(QWidget* parent, QSettings * gameSettings, bool notify);
+        HWChatWidget(QWidget* parent, bool notify);
         void setIgnoreListKick(bool enabled); ///< automatically kick people on ignore list (if possible)
         void setShowFollow(bool enabled);
         static const QString & styleSheet();
@@ -63,6 +63,7 @@
         void displayWarning(const QString & message);
         void setUser(const QString & nickname);
         void setUsersModel(QAbstractItemModel * model);
+        void setSettings(QSettings * settings);
 
     protected:
         virtual void dragEnterEvent(QDragEnterEvent * event);