summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/downloadarchivesjob.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-04 15:16:18 +0200
committerkh1 <qt-info@nokia.com>2011-07-04 15:16:18 +0200
commit1f13c6b92747a569b67da6693c3eb9a802bcb393 (patch)
treecce2daf01f96a97da9411536d961ddedefb1fb03 /installerbuilder/libinstaller/downloadarchivesjob.cpp
parent8d36e15f141ad51a8fff2b04dc80f16ec2fec3c9 (diff)
Fetch the repo only once. Makes package management fast.
Put all stuff into private wich seems to be rather ugly and useless from the outside. Fix some include files.
Diffstat (limited to 'installerbuilder/libinstaller/downloadarchivesjob.cpp')
-rw-r--r--installerbuilder/libinstaller/downloadarchivesjob.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/installerbuilder/libinstaller/downloadarchivesjob.cpp b/installerbuilder/libinstaller/downloadarchivesjob.cpp
index 2089b3415..5c0f19697 100644
--- a/installerbuilder/libinstaller/downloadarchivesjob.cpp
+++ b/installerbuilder/libinstaller/downloadarchivesjob.cpp
@@ -39,7 +39,11 @@
#include "messageboxhandler.h"
#include "packagemanagercore.h"
+#include <KDUpdater/FileDownloader>
+#include <KDUpdater/FileDownloaderFactory>
+
#include <QtCore/QFile>
+#include <QtCore/QTimerEvent>
using namespace QInstaller;
using namespace KDUpdater;