summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
parent7530807cb040224a2ed31e290ed6f2fb7fc75574 (diff)
Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.
Change-Id: I88c93cab718f4659296d5f7f562beefd747a366f Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/binaryformat/tst_binaryformat.cpp2
-rw-r--r--tests/auto/installer/componentmodel/tst_componentmodel.cpp2
-rw-r--r--tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp2
-rw-r--r--tests/auto/installer/mkdiroperationtest/tst_mkdiroperationtest.cpp2
-rw-r--r--tests/downloadspeed/main.cpp4
5 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/installer/binaryformat/tst_binaryformat.cpp b/tests/auto/installer/binaryformat/tst_binaryformat.cpp
index 7402f05f2..17d7faf8b 100644
--- a/tests/auto/installer/binaryformat/tst_binaryformat.cpp
+++ b/tests/auto/installer/binaryformat/tst_binaryformat.cpp
@@ -36,7 +36,7 @@
#include <binaryformat.h>
#include <errors.h>
#include <fileio.h>
-#include <kdupdaterupdateoperation.h>
+#include <updateoperation.h>
#include <QTest>
#include <QTemporaryFile>
diff --git a/tests/auto/installer/componentmodel/tst_componentmodel.cpp b/tests/auto/installer/componentmodel/tst_componentmodel.cpp
index f764a9371..ea76bb2e6 100644
--- a/tests/auto/installer/componentmodel/tst_componentmodel.cpp
+++ b/tests/auto/installer/componentmodel/tst_componentmodel.cpp
@@ -1,6 +1,6 @@
#include "component.h"
#include "componentmodel.h"
-#include "kdupdaterupdatesinfo_p.h"
+#include "updatesinfo_p.h"
#include "packagemanagercore.h"
#include <QTest>
diff --git a/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp b/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp
index 6cc564742..9450dbdc7 100644
--- a/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp
+++ b/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp
@@ -33,7 +33,7 @@
**************************************************************************/
#include <init.h>
-#include <kdupdaterupdateoperations.h>
+#include <updateoperations.h>
#include <utils.h>
#include <QDir>
diff --git a/tests/auto/installer/mkdiroperationtest/tst_mkdiroperationtest.cpp b/tests/auto/installer/mkdiroperationtest/tst_mkdiroperationtest.cpp
index 875e5107b..f3c2e6b56 100644
--- a/tests/auto/installer/mkdiroperationtest/tst_mkdiroperationtest.cpp
+++ b/tests/auto/installer/mkdiroperationtest/tst_mkdiroperationtest.cpp
@@ -33,7 +33,7 @@
**************************************************************************/
#include "init.h"
-#include "kdupdaterupdateoperations.h"
+#include "updateoperations.h"
#include <QDir>
#include <QObject>
diff --git a/tests/downloadspeed/main.cpp b/tests/downloadspeed/main.cpp
index c56305657..891e7c835 100644
--- a/tests/downloadspeed/main.cpp
+++ b/tests/downloadspeed/main.cpp
@@ -32,8 +32,8 @@
**
**************************************************************************/
-#include <kdupdaterfiledownloader.h>
-#include <kdupdaterfiledownloaderfactory.h>
+#include <filedownloader.h>
+#include <filedownloaderfactory.h>
#include <fileutils.h>