Index: /trunk/BNC/bncsettings.cpp
===================================================================
--- /trunk/BNC/bncsettings.cpp	(revision 4071)
+++ /trunk/BNC/bncsettings.cpp	(revision 4072)
@@ -14,4 +14,6 @@
  *
  * -----------------------------------------------------------------------*/
+
+#include <QSettings>
 
 #include "bncsettings.h"
Index: /trunk/BNC/bncsettings.h
===================================================================
--- /trunk/BNC/bncsettings.h	(revision 4071)
+++ /trunk/BNC/bncsettings.h	(revision 4072)
@@ -2,5 +2,5 @@
 #define BNCSETTINGS_H
 
-#include <QSettings>
+#include <QMutex>
 
 class bncApp;
@@ -16,5 +16,6 @@
   void sync();
  private:
-  bncApp* _bncApp;
+  bncApp*       _bncApp;
+  static QMutex _mutex;
 };
 
