]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/kconfig/qconf.cc
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[karo-tx-linux.git] / scripts / kconfig / qconf.cc
index df274febb3e51d6331c5b64e4f29a64f51817538..9d3b04b0769cbef51bfdcfcc75ac60cc2e1b67d1 100644 (file)
@@ -6,6 +6,7 @@
 #include <qglobal.h>
 
 #if QT_VERSION < 0x040000
+#include <stddef.h>
 #include <qmainwindow.h>
 #include <qvbox.h>
 #include <qvaluelist.h>
@@ -68,6 +69,11 @@ static inline QString qgettext(const QString& str)
        return QString::fromLocal8Bit(gettext(str.latin1()));
 }
 
+ConfigSettings::ConfigSettings()
+       : QSettings("kernel.org", "qconf")
+{
+}
+
 /**
  * Reads a list of integer values from the application settings.
  */