aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2014-03-03 18:44:41 +0100
committerAleix Pol <aleixpol@kde.org>2014-04-26 14:11:15 +0200
commit24b697b225f063476025dfba9d182f6e2d2adbcb (patch)
treee388bd66db8dd5f5c4662d7e47aefe267fe7e724 /src
parentaab92b7f8310da50dca077bc74e0a25686796560 (diff)
downloadkconfig-24b697b225f063476025dfba9d182f6e2d2adbcb.tar.gz
kconfig-24b697b225f063476025dfba9d182f6e2d2adbcb.tar.bz2
Clean up preprocessor definitions and includes from the root CMakeLists.txt
Required stopping to use some kde4support headers that were magically injected.
Diffstat (limited to 'src')
-rw-r--r--src/kreadconfig/kreadconfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kreadconfig/kreadconfig.cpp b/src/kreadconfig/kreadconfig.cpp
index 44bcbacd..532d0771 100644
--- a/src/kreadconfig/kreadconfig.cpp
+++ b/src/kreadconfig/kreadconfig.cpp
@@ -44,6 +44,7 @@
#include <KConfig>
#include <KConfigGroup>
+#include <KSharedConfig>
#include <KAboutData>
#include <KLocalizedString>
#include <QCommandLineParser>