From 4de3053788974c1f7b7b4926f006e29c7a3b250d Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sun, 16 Aug 2015 14:00:54 +0200 Subject: Rename private class to avoid exporting it accidentally --- src/core/kconfigbackend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/kconfigbackend.h') diff --git a/src/core/kconfigbackend.h b/src/core/kconfigbackend.h index 550bf396..631769be 100644 --- a/src/core/kconfigbackend.h +++ b/src/core/kconfigbackend.h @@ -29,6 +29,7 @@ #include #include +class KConfigBackendPrivate; class KEntryMap; class QFile; @@ -194,8 +195,7 @@ protected: void setLocalFilePath(const QString &file); private: - class Private; - Private *const d; + KConfigBackendPrivate *const d; }; Q_DECLARE_OPERATORS_FOR_FLAGS(KConfigBackend::ParseOptions) -- cgit v1.2.1