summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/qinstallerglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/qinstallerglobal.h')
-rw-r--r--src/libs/installer/qinstallerglobal.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/libs/installer/qinstallerglobal.h b/src/libs/installer/qinstallerglobal.h
index 2dc1f92b3..884044db9 100644
--- a/src/libs/installer/qinstallerglobal.h
+++ b/src/libs/installer/qinstallerglobal.h
@@ -31,9 +31,9 @@
#include <installer_global.h>
-#include <kdupdaterupdate.h>
-#include <kdupdaterupdateoperation.h>
-#include <kdupdaterpackagesinfo.h>
+#include "update.h"
+#include "updateoperation.h"
+#include "localpackagehub.h"
namespace QInstaller {
@@ -55,8 +55,7 @@ typedef QList<QInstaller::Operation*> OperationList;
typedef KDUpdater::Update Package;
typedef QList<QInstaller::Package*> PackagesList;
-typedef KDUpdater::PackageInfo LocalPackage;
-typedef QHash<QString, LocalPackage> LocalPackagesHash;
+typedef QHash<QString, KDUpdater::LocalPackage> LocalPackagesHash;
} // namespace QInstaller