From bf0d42abd7fd9151b45aa0186888e3e85175f848 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Wed, 19 Aug 2015 10:48:22 +0200 Subject: Rename private class to avoid exporting it accidentally --- src/core/kcoreconfigskeleton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/kcoreconfigskeleton.h') diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index ed11709b..ea17c7cc 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -34,6 +34,7 @@ #include #include #include +class KCoreConfigSkeletonPrivate; class KConfigSkeletonItemPrivate; /** @@ -1484,8 +1485,7 @@ protected: KCONFIGCORE_DEPRECATED virtual bool usrWriteConfig(); private: - class Private; - Private *const d; + KCoreConfigSkeletonPrivate *const d; friend class KConfigSkeleton; }; -- cgit v1.2.1