From 610fe76bac95b7eb9f1fa44d05e4b4040707304f Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 11 Mar 2018 13:36:48 +0100 Subject: Remove not necessary QtCore and co --- autotests/kconfig_compiler/kconfigcompiler_test.cpp | 10 +++++----- autotests/kconfig_compiler/kconfigcompiler_test.h | 4 ++-- autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp | 10 +++++----- autotests/kconfig_compiler/test9main.cpp | 2 +- autotests/kconfigguitest.cpp | 2 +- autotests/kconfigguitest.h | 2 +- autotests/kconfigloadertest.h | 2 +- autotests/kconfignokdehometest.cpp | 2 +- autotests/kconfigskeletontest.cpp | 2 +- autotests/kconfigtest.cpp | 2 +- autotests/kconfigtest.h | 2 +- autotests/kdesktopfiletest.h | 2 +- autotests/kentrymaptest.h | 2 +- autotests/ksharedconfig_in_global_object.cpp | 4 ++-- autotests/kstandardshortcuttest.cpp | 2 +- autotests/kstandardshortcuttest.h | 2 +- autotests/test_kconf_update.cpp | 2 +- 17 files changed, 27 insertions(+), 27 deletions(-) (limited to 'autotests') 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 -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #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 -#include +#include +#include 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 -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include #include 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 +#include #include #include diff --git a/autotests/kconfigguitest.cpp b/autotests/kconfigguitest.cpp index 657c3e16..25fd210c 100644 --- a/autotests/kconfigguitest.cpp +++ b/autotests/kconfigguitest.cpp @@ -17,7 +17,7 @@ Boston, MA 02110-1301, USA. */ -#include +#include #include "kconfigguitest.h" #include diff --git a/autotests/kconfigguitest.h b/autotests/kconfigguitest.h index 142f85fb..b842d13b 100644 --- a/autotests/kconfigguitest.h +++ b/autotests/kconfigguitest.h @@ -19,7 +19,7 @@ #ifndef KCONFIGTEST_H #define KCONFIGTEST_H -#include +#include class KConfigTest : public QObject { diff --git a/autotests/kconfigloadertest.h b/autotests/kconfigloadertest.h index b7e7edf6..2eed4fc0 100644 --- a/autotests/kconfigloadertest.h +++ b/autotests/kconfigloadertest.h @@ -20,7 +20,7 @@ #ifndef KCONFIGLOADERTEST_H #define KCONFIGLOADERTEST_H -#include +#include class KConfigLoader; diff --git a/autotests/kconfignokdehometest.cpp b/autotests/kconfignokdehometest.cpp index d9712ee1..9080c174 100644 --- a/autotests/kconfignokdehometest.cpp +++ b/autotests/kconfignokdehometest.cpp @@ -19,7 +19,7 @@ #include -#include +#include #include #include diff --git a/autotests/kconfigskeletontest.cpp b/autotests/kconfigskeletontest.cpp index c17aef4a..3e37f6c5 100644 --- a/autotests/kconfigskeletontest.cpp +++ b/autotests/kconfigskeletontest.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include QTEST_MAIN(KConfigSkeletonTest) diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index 3e0578f0..bb3245f2 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -23,7 +23,7 @@ #include "kconfigtest.h" #include "helper.h" -#include +#include #include #include #include diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h index 8cd5cdb2..367e85de 100644 --- a/autotests/kconfigtest.h +++ b/autotests/kconfigtest.h @@ -19,7 +19,7 @@ #ifndef KCONFIGTEST_H #define KCONFIGTEST_H -#include +#include class KConfigTest : public QObject { diff --git a/autotests/kdesktopfiletest.h b/autotests/kdesktopfiletest.h index f63edd0d..12385f4e 100644 --- a/autotests/kdesktopfiletest.h +++ b/autotests/kdesktopfiletest.h @@ -19,7 +19,7 @@ #ifndef KDESKTOPFILETEST_H #define KDESKTOPFILETEST_H -#include +#include class KDesktopFileTest : public QObject { diff --git a/autotests/kentrymaptest.h b/autotests/kentrymaptest.h index b36ca763..b0e7d7d3 100644 --- a/autotests/kentrymaptest.h +++ b/autotests/kentrymaptest.h @@ -20,7 +20,7 @@ #ifndef KENTRYMAPTEST_H #define KENTRYMAPTEST_H -#include +#include #include "kconfigdata.h" class KEntryMapTest : public QObject diff --git a/autotests/ksharedconfig_in_global_object.cpp b/autotests/ksharedconfig_in_global_object.cpp index 7a4f66bf..ff7f581e 100644 --- a/autotests/ksharedconfig_in_global_object.cpp +++ b/autotests/ksharedconfig_in_global_object.cpp @@ -17,8 +17,8 @@ */ -#include -#include +#include +#include #include #include #include diff --git a/autotests/kstandardshortcuttest.cpp b/autotests/kstandardshortcuttest.cpp index a5bbacde..da1e2d2b 100644 --- a/autotests/kstandardshortcuttest.cpp +++ b/autotests/kstandardshortcuttest.cpp @@ -17,7 +17,7 @@ Boston, MA 02110-1301, USA. */ -#include +#include #include "kstandardshortcuttest.h" QTEST_MAIN(KStandardShortcutTest) // GUI needed by KAccel diff --git a/autotests/kstandardshortcuttest.h b/autotests/kstandardshortcuttest.h index 3e52c795..77dd3443 100644 --- a/autotests/kstandardshortcuttest.h +++ b/autotests/kstandardshortcuttest.h @@ -20,7 +20,7 @@ #ifndef KSTDACCELTEST_H #define KSTDACCELTEST_H -#include +#include class KStandardShortcutTest : public QObject { diff --git a/autotests/test_kconf_update.cpp b/autotests/test_kconf_update.cpp index 33530611..c4f5212c 100644 --- a/autotests/test_kconf_update.cpp +++ b/autotests/test_kconf_update.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include "config-kconf.h" -- cgit v1.2.1