From 163cebc7065cd85650f45e93203b3ea8dd82f652 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 15 Apr 2021 12:02:09 +0200 Subject: 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. --- src/core/kconfigbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/kconfigbackend.cpp') diff --git a/src/core/kconfigbackend.cpp b/src/core/kconfigbackend.cpp index 13455dbd..6a5984a3 100644 --- a/src/core/kconfigbackend.cpp +++ b/src/core/kconfigbackend.cpp @@ -16,7 +16,7 @@ #include #include -#include "kconfigdata.h" +#include "kconfigdata_p.h" #include "kconfigini_p.h" typedef QExplicitlySharedDataPointer BackendPtr; -- cgit v1.2.1