summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-07-14 13:52:28 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-07-14 12:37:58 +0000
commitde8b7ede25558e0cd97cf3cfea039158b71ad8e2 (patch)
treef221be7dfbec5c32b86169db960b3cad16727a44 /tools
parent7530807cb040224a2ed31e290ed6f2fb7fc75574 (diff)
Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.
Change-Id: I88c93cab718f4659296d5f7f562beefd747a366f Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/common/repositorygen.cpp2
-rw-r--r--tools/devtool/operationrunner.cpp2
-rw-r--r--tools/repogen/repogen.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/common/repositorygen.cpp b/tools/common/repositorygen.cpp
index 63ee2385b..40caf388b 100644
--- a/tools/common/repositorygen.cpp
+++ b/tools/common/repositorygen.cpp
@@ -45,7 +45,7 @@
#include <utils.h>
#include <scriptengine.h>
-#include <kdupdater.h>
+#include <updater.h>
#include <QtCore/QDirIterator>
diff --git a/tools/devtool/operationrunner.cpp b/tools/devtool/operationrunner.cpp
index 8e232ef2e..543bfcf0c 100644
--- a/tools/devtool/operationrunner.cpp
+++ b/tools/devtool/operationrunner.cpp
@@ -35,7 +35,7 @@
#include "operationrunner.h"
#include <errors.h>
-#include <kdupdaterupdateoperationfactory.h>
+#include <updateoperationfactory.h>
#include <packagemanagercore.h>
#include <QMetaObject>
diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp
index 7554cfa20..2353555e1 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -36,7 +36,7 @@
#include <errors.h>
#include <fileutils.h>
#include <init.h>
-#include <kdupdater.h>
+#include <updater.h>
#include <settings.h>
#include <utils.h>
#include <lib7z_facade.h>