xconfig: Fix the filename for GUI settings
[profile/ivi/kernel-x86-ivi.git] / scripts / kconfig / qconf.cc
index 1500c38..9d3b04b 100644 (file)
@@ -69,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.
  */