summaryrefslogtreecommitdiff
path: root/support/kconfig/qconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig/qconf.h')
-rw-r--r--support/kconfig/qconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/kconfig/qconf.h b/support/kconfig/qconf.h
index 3715b3e72..bde0c6b6f 100644
--- a/support/kconfig/qconf.h
+++ b/support/kconfig/qconf.h
@@ -32,6 +32,7 @@ class ConfigMainWindow;
class ConfigSettings : public QSettings {
public:
+ ConfigSettings();
Q3ValueList<int> readSizes(const QString& key, bool *ok);
bool writeSizes(const QString& key, const Q3ValueList<int>& value);
};