summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/binaryformat/tst_binaryformat.cpp2
-rw-r--r--tests/auto/installer/task/tst_task.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/installer/binaryformat/tst_binaryformat.cpp b/tests/auto/installer/binaryformat/tst_binaryformat.cpp
index 59f0e8e03..217c373e3 100644
--- a/tests/auto/installer/binaryformat/tst_binaryformat.cpp
+++ b/tests/auto/installer/binaryformat/tst_binaryformat.cpp
@@ -41,7 +41,7 @@
#include <binaryformat.h>
#include <errors.h>
-#include <fileutils.h>
+#include <fileio.h>
#include <QTest>
#include <QTemporaryFile>
diff --git a/tests/auto/installer/task/tst_task.cpp b/tests/auto/installer/task/tst_task.cpp
index a966671ac..45f5a5861 100644
--- a/tests/auto/installer/task/tst_task.cpp
+++ b/tests/auto/installer/task/tst_task.cpp
@@ -41,7 +41,7 @@
#include <copyfiletask.h>
#include <downloadfiletask.h>
-#include <fileutils.h>
+#include <fileio.h>
#include <QFutureWatcher>
#include <QSignalSpy>