aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigini.cpp
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2021-04-15 12:02:09 +0200
committerDavid Faure <faure@kde.org>2021-04-15 12:02:10 +0200
commit163cebc7065cd85650f45e93203b3ea8dd82f652 (patch)
treed243f79eb175a070e8dfeed3bc1767ff0924c3f2 /src/core/kconfigini.cpp
parentff9baa8f4a9b910862618dac54d0bdb537af29d1 (diff)
downloadkconfig-163cebc7065cd85650f45e93203b3ea8dd82f652.tar.gz
kconfig-163cebc7065cd85650f45e93203b3ea8dd82f652.tar.bz2
KConfig: rename kconfigdata.h to kconfigdata_p.h
It's internal, the symbols are not exported, the header is not installed. The _p.h naming makes this more obvious, when grepping for stuff in public API.
Diffstat (limited to 'src/core/kconfigini.cpp')
-rw-r--r--src/core/kconfigini.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfigini.cpp b/src/core/kconfigini.cpp
index 8c81db8f..c7861f66 100644
--- a/src/core/kconfigini.cpp
+++ b/src/core/kconfigini.cpp
@@ -13,7 +13,7 @@
#include "kconfig.h"
#include "kconfig_core_log_settings.h"
#include "kconfigbackend_p.h"
-#include "kconfigdata.h"
+#include "kconfigdata_p.h"
#include <QDateTime>
#include <QDebug>