diff options
Diffstat (limited to 'src/core/kcoreconfigskeleton.h')
-rw-r--r-- | src/core/kcoreconfigskeleton.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <QtCore/QStringList> #include <QtCore/QVariant> #include <QtCore/QUrl> +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; }; |