summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/qinstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/qinstaller.h')
-rw-r--r--installerbuilder/libinstaller/qinstaller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/installerbuilder/libinstaller/qinstaller.h b/installerbuilder/libinstaller/qinstaller.h
index 7af912ff5..3db3e3d6b 100644
--- a/installerbuilder/libinstaller/qinstaller.h
+++ b/installerbuilder/libinstaller/qinstaller.h
@@ -66,9 +66,9 @@ namespace QInstaller {
class Component;
class GetRepositoriesMetaInfoJob;
-class InstallerPrivate;
class InstallerSettings;
class MessageBoxHandler;
+class PackageManagerCorePrivate;
class INSTALLER_EXPORT PackageManagerCore : public QObject
{
@@ -289,8 +289,8 @@ private:
const QHash<Component*, QStringList> &replacementToExchangeables);
private:
- InstallerPrivate* const d;
- friend class InstallerPrivate;
+ PackageManagerCorePrivate *const d;
+ friend class PackageManagerCorePrivate;
};
}