aboutsummaryrefslogtreecommitdiff
path: root/src/core/kcoreconfigskeleton.h
diff options
context:
space:
mode:
authorMontel Laurent <montel@kde.org>2015-08-19 10:48:22 +0200
committerMontel Laurent <montel@kde.org>2015-08-19 10:48:40 +0200
commitbf0d42abd7fd9151b45aa0186888e3e85175f848 (patch)
tree0b9075460a8d40ceef211a7000607cfd4c20a8e9 /src/core/kcoreconfigskeleton.h
parent5c9c95c40f426b6450019eaa58013b8c9606719c (diff)
downloadkconfig-bf0d42abd7fd9151b45aa0186888e3e85175f848.tar.gz
kconfig-bf0d42abd7fd9151b45aa0186888e3e85175f848.tar.bz2
Rename private class to avoid exporting it accidentally
Diffstat (limited to 'src/core/kcoreconfigskeleton.h')
-rw-r--r--src/core/kcoreconfigskeleton.h4
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;
};