summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/uninstallercalculator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/uninstallercalculator.h')
-rw-r--r--src/libs/installer/uninstallercalculator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/uninstallercalculator.h b/src/libs/installer/uninstallercalculator.h
index a458daa80..76e32c6a6 100644
--- a/src/libs/installer/uninstallercalculator.h
+++ b/src/libs/installer/uninstallercalculator.h
@@ -55,7 +55,7 @@ public:
UninstallerCalculator(const QList<Component *> &installedComponents, PackageManagerCore *core,
const AutoDependencyHash &autoDependencyComponentHash,
- const DependencyHash &dependencyComponentHash,
+ const LocalDependencyHash &localDependencyComponentHash,
const QStringList &localVirtualComponents);
QSet<Component*> componentsToUninstall() const;
@@ -78,7 +78,7 @@ private:
PackageManagerCore *m_core;
QHash<QString, QPair<UninstallReasonType, QString> > m_toUninstallComponentIdReasonHash;
AutoDependencyHash m_autoDependencyComponentHash;
- DependencyHash m_dependencyComponentHash;
+ LocalDependencyHash m_localDependencyComponentHash;
QStringList m_localVirtualComponents;
QList<Component *> m_virtualComponentsForReverse;
};