aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.h
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2020-07-07 20:59:51 +0200
committerLaurent Montel <montel@kde.org>2020-07-07 20:59:51 +0200
commit5d73eed1c377001631193e39340558ca8ce735a7 (patch)
treebbf53f6e3530dbbcf8fa8ac06cbe6002faa6db29 /src/core/kconfig.h
parentd4cd9edd6f90b4e593f4e64af2848dc79fc53fae (diff)
downloadkconfig-5d73eed1c377001631193e39340558ca8ce735a7.tar.gz
kconfig-5d73eed1c377001631193e39340558ca8ce735a7.tar.bz2
Use camelcase include. (scripted)
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r--src/core/kconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h
index 1c9d23d7..ccea1bce 100644
--- a/src/core/kconfig.h
+++ b/src/core/kconfig.h
@@ -19,7 +19,7 @@
#include <QVariant>
#include <QByteArray>
#include <QList>
-#include <qstandardpaths.h>
+#include <QStandardPaths>
class KConfigGroup;
class KEntryMap;