summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/qinstaller.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-15 12:16:32 +0200
committerkh1 <qt-info@nokia.com>2011-06-15 12:16:32 +0200
commit412c3e226e10fe8d2627a79d19b10dc60cf03efe (patch)
treefd5f661620388762d190cb1a58a9499c7d7cc0b4 /installerbuilder/libinstaller/qinstaller.h
parent787eb763bd9603c15bc05cff15088426d23c1961 (diff)
Rename to follow public class name scheme.
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;
};
}