summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/installerbase/installerbase.cpp')
-rw-r--r--installerbuilder/installerbase/installerbase.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/installerbuilder/installerbase/installerbase.cpp b/installerbuilder/installerbase/installerbase.cpp
index 7e885d79e..666b1e9fe 100644
--- a/installerbuilder/installerbase/installerbase.cpp
+++ b/installerbuilder/installerbase/installerbase.cpp
@@ -53,9 +53,6 @@
#include <QtNetwork/QNetworkProxyFactory>
-#include <KDUpdater/Application>
-#include <KDUpdater/PackagesInfo>
-
#include <KDToolsCore/KDSelfRestarter>
#include <KDToolsCore/KDRunOnceChecker>
@@ -264,17 +261,6 @@ int main(int argc, char *argv[])
}
}
-
- KDUpdater::Application updaterapp;
- const QString &productName = core.value(QLatin1String("ProductName"));
- updaterapp.packagesInfo()->setApplicationName(productName);
- updaterapp.packagesInfo()->setApplicationVersion(core.value(QLatin1String("ProductVersion")));
- if (content.magicmaker() == MagicInstallerMarker) {
- updaterapp.addUpdateSource(productName, productName, QString(),
- QUrl(QLatin1String("resource://metadata/")), 0);
- }
- core.setUpdaterApplication(&updaterapp);
-
// Create the wizard gui
TabController controller(0);
controller.setManager(&core);