aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfiggroup.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-01-01 11:35:56 +0100
committerDavid Faure <faure@kde.org>2014-01-01 11:35:56 +0100
commit41e55025e17b2f8e17294bc8cff7b47e8f6af1f7 (patch)
tree2ecde01a63b688076edeb17bed8ef128bbdf501b /src/core/kconfiggroup.h
parent6560c6031f2219bf2da515ef6daa73ec5af854aa (diff)
downloadkconfig-41e55025e17b2f8e17294bc8cff7b47e8f6af1f7.tar.gz
kconfig-41e55025e17b2f8e17294bc8cff7b47e8f6af1f7.tar.bz2
Generate forward headers.
Install them in the proper directory. Let cmake find them. Had to rename conversion_check.h to conversioncheck.h Had to improve the scripts to support multiple libs in one framework :)
Diffstat (limited to 'src/core/kconfiggroup.h')
-rw-r--r--src/core/kconfiggroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfiggroup.h b/src/core/kconfiggroup.h
index cc8a51b1..1bcce58f 100644
--- a/src/core/kconfiggroup.h
+++ b/src/core/kconfiggroup.h
@@ -729,7 +729,7 @@ private:
group.writeEntry(key, QByteArray(M_enum.valueToKeys(value)), flags); \
}
-#include "conversion_check.h"
+#include "conversioncheck.h"
template <typename T>
T KConfigGroup::readCheck(const char *key, const T &defaultValue) const