aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2018-04-06 13:21:23 +0200
committerLaurent Montel <montel@kde.org>2018-04-06 13:21:23 +0200
commit9c8c3a7d4c3eb9a7371179244848a575b46c7212 (patch)
treefdab536bbd6205d000ba29ba7ad792c020481965
parent9c8785b130b13573229f3791f8165200f9e2c037 (diff)
downloadkconfig-9c8c3a7d4c3eb9a7371179244848a575b46c7212.tar.gz
kconfig-9c8c3a7d4c3eb9a7371179244848a575b46c7212.tar.bz2
Fix autotest
-rw-r--r--autotests/kconfig_compiler/test10.cpp.ref2
-rw-r--r--autotests/kconfig_compiler/test4.cpp.ref2
-rw-r--r--autotests/kconfig_compiler/test5.cpp.ref2
-rw-r--r--autotests/kconfig_compiler/test8b.cpp.ref2
-rw-r--r--autotests/kconfig_compiler/test8c.cpp.ref2
-rw-r--r--autotests/kconfig_compiler/test_dpointer.cpp.ref2
-rw-r--r--autotests/kconfig_compiler/test_signal.cpp.ref2
7 files changed, 7 insertions, 7 deletions
diff --git a/autotests/kconfig_compiler/test10.cpp.ref b/autotests/kconfig_compiler/test10.cpp.ref
index 971697d5..12e3a431 100644
--- a/autotests/kconfig_compiler/test10.cpp.ref
+++ b/autotests/kconfig_compiler/test10.cpp.ref
@@ -4,7 +4,7 @@
#include "test10.h"
#include <qglobal.h>
-#include <QtCore/QFile>
+#include <QFile>
class Test10Helper
{
diff --git a/autotests/kconfig_compiler/test4.cpp.ref b/autotests/kconfig_compiler/test4.cpp.ref
index 9c0da454..160f340d 100644
--- a/autotests/kconfig_compiler/test4.cpp.ref
+++ b/autotests/kconfig_compiler/test4.cpp.ref
@@ -4,7 +4,7 @@
#include "test4.h"
#include <qglobal.h>
-#include <QtCore/QFile>
+#include <QFile>
class Test4Helper
{
diff --git a/autotests/kconfig_compiler/test5.cpp.ref b/autotests/kconfig_compiler/test5.cpp.ref
index a27bd770..0c33483b 100644
--- a/autotests/kconfig_compiler/test5.cpp.ref
+++ b/autotests/kconfig_compiler/test5.cpp.ref
@@ -4,7 +4,7 @@
#include "test5.h"
#include <qglobal.h>
-#include <QtCore/QFile>
+#include <QFile>
class Test5Helper
{
diff --git a/autotests/kconfig_compiler/test8b.cpp.ref b/autotests/kconfig_compiler/test8b.cpp.ref
index 378aef73..0400de1e 100644
--- a/autotests/kconfig_compiler/test8b.cpp.ref
+++ b/autotests/kconfig_compiler/test8b.cpp.ref
@@ -4,7 +4,7 @@
#include "test8b.h"
#include <qglobal.h>
-#include <QtCore/QFile>
+#include <QFile>
class Test8bHelper
{
diff --git a/autotests/kconfig_compiler/test8c.cpp.ref b/autotests/kconfig_compiler/test8c.cpp.ref
index 0759825c..0d3042ea 100644
--- a/autotests/kconfig_compiler/test8c.cpp.ref
+++ b/autotests/kconfig_compiler/test8c.cpp.ref
@@ -4,7 +4,7 @@
#include "test8c.h"
#include <qglobal.h>
-#include <QtCore/QFile>
+#include <QFile>
#include <QDebug>
diff --git a/autotests/kconfig_compiler/test_dpointer.cpp.ref b/autotests/kconfig_compiler/test_dpointer.cpp.ref
index dd2a4c04..5436eb2a 100644
--- a/autotests/kconfig_compiler/test_dpointer.cpp.ref
+++ b/autotests/kconfig_compiler/test_dpointer.cpp.ref
@@ -4,7 +4,7 @@
#include "test_dpointer.h"
#include <qglobal.h>
-#include <QtCore/QFile>
+#include <QFile>
class TestDPointerPrivate
{
diff --git a/autotests/kconfig_compiler/test_signal.cpp.ref b/autotests/kconfig_compiler/test_signal.cpp.ref
index 103bfcf3..6451f811 100644
--- a/autotests/kconfig_compiler/test_signal.cpp.ref
+++ b/autotests/kconfig_compiler/test_signal.cpp.ref
@@ -4,7 +4,7 @@
#include "test_signal.h"
#include <qglobal.h>
-#include <QtCore/QFile>
+#include <QFile>
class TestSignalHelper
{