aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2018-03-11 13:36:48 +0100
committerLaurent Montel <montel@kde.org>2018-03-11 13:36:48 +0100
commit610fe76bac95b7eb9f1fa44d05e4b4040707304f (patch)
treec6a5e5953a0b36ac16ad742d66f0d63877008381 /autotests/kconfig_compiler
parent6370091867a7ed47bd438c7d2bbc1beb6b97c9ed (diff)
downloadkconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.gz
kconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.bz2
Remove not necessary QtCore and co
Diffstat (limited to 'autotests/kconfig_compiler')
-rw-r--r--autotests/kconfig_compiler/kconfigcompiler_test.cpp10
-rw-r--r--autotests/kconfig_compiler/kconfigcompiler_test.h4
-rw-r--r--autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp10
-rw-r--r--autotests/kconfig_compiler/test9main.cpp2
4 files changed, 13 insertions, 13 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp
index 752af57f..24854612 100644
--- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp
+++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp
@@ -14,11 +14,11 @@
*************************************************************************
*/
-#include <QtCore/QDir>
-#include <QtCore/QFile>
-#include <QtCore/QProcess>
-#include <QtCore/QString>
-#include <QtTest/QtTest>
+#include <QDir>
+#include <QFile>
+#include <QProcess>
+#include <QString>
+#include <QtTest>
#include <qstandardpaths.h>
#include "kconfigcompiler_test.h"
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.h b/autotests/kconfig_compiler/kconfigcompiler_test.h
index 3777eaa7..d7de5474 100644
--- a/autotests/kconfig_compiler/kconfigcompiler_test.h
+++ b/autotests/kconfig_compiler/kconfigcompiler_test.h
@@ -17,8 +17,8 @@
#ifndef KCONFIGCOMPILER_TEST_H
#define KCONFIGCOMPILER_TEST_H
-#include <QtCore/QFile>
-#include <QtCore/QObject>
+#include <QFile>
+#include <QObject>
class QString;
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp b/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp
index 2a26c155..c9943727 100644
--- a/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp
+++ b/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp
@@ -23,11 +23,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "signals_test_no_singleton.h"
#include "signals_test_singleton_dpointer.h"
#include "signals_test_no_singleton_dpointer.h"
-#include <QtTest/QtTestGui>
-#include <QtTest/QSignalSpy>
-#include <QtCore/QSharedPointer>
-#include <QtCore/QtGlobal>
-#include <QtCore/QDebug>
+#include <QtTestGui>
+#include <QSignalSpy>
+#include <QSharedPointer>
+#include <QtGlobal>
+#include <QDebug>
#include <QTemporaryFile>
#include <QFileInfo>
#include <functional>
diff --git a/autotests/kconfig_compiler/test9main.cpp b/autotests/kconfig_compiler/test9main.cpp
index 8ec98adb..56e2c38b 100644
--- a/autotests/kconfig_compiler/test9main.cpp
+++ b/autotests/kconfig_compiler/test9main.cpp
@@ -19,7 +19,7 @@ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "test9.h"
-#include <QtCore/QDir>
+#include <QDir>
#include <QGuiApplication>
#include <QDebug>