summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-03-26 14:19:11 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-03-26 15:12:59 +0100
commit38f9a989339e26f8ffc382c37561c1c4304246d4 (patch)
treeca7cfbb065e8f3dab69107cb1aaee9904fa42ae4 /tests
parente29ef32ec02e01d51065962e0b0f88c70121b3de (diff)
For some reason QString include is now required to compile.
Change-Id: I6717e985d1f3ba5559df3e250297373be9f9b7d5 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp1
-rw-r--r--tests/auto/installer/repository/tst_repository.cpp1
-rw-r--r--tests/auto/installer/settings/tst_settings.cpp3
3 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp b/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp
index 1d23e1970..c8b314657 100644
--- a/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp
+++ b/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp
@@ -2,6 +2,7 @@
#include "packagemanagercore.h"
#include <QFileInfo>
+#include <QString>
#include <QTest>
using namespace KDUpdater;
diff --git a/tests/auto/installer/repository/tst_repository.cpp b/tests/auto/installer/repository/tst_repository.cpp
index e3b7b74a6..380d9a9a2 100644
--- a/tests/auto/installer/repository/tst_repository.cpp
+++ b/tests/auto/installer/repository/tst_repository.cpp
@@ -1,5 +1,6 @@
#include "repository.h"
+#include <QString>
#include <QTest>
using namespace QInstaller;
diff --git a/tests/auto/installer/settings/tst_settings.cpp b/tests/auto/installer/settings/tst_settings.cpp
index be2643ec2..947e772d3 100644
--- a/tests/auto/installer/settings/tst_settings.cpp
+++ b/tests/auto/installer/settings/tst_settings.cpp
@@ -1,9 +1,10 @@
-#include <QTest>
#include "settings.h"
#include "errors.h"
#include "repository.h"
#include <QFile>
+#include <QString>
+#include <QTest>
using namespace QInstaller;