aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigbackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kconfigbackend.h')
-rw-r--r--src/core/kconfigbackend.h4
1 files changed, 2 insertions, 2 deletions
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 <kconfigcore_export.h>
#include <kconfigbase.h>
+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)