From 27d96b4789b98587e64642bf7bd6ef5f3a07e174 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 26 Nov 2020 17:31:50 +0100 Subject: Replace QtTest headers with QTest Complete search and replace of QtTest and QtTest/QtTest with QTest, as QtTest includes the whole module. Replace all such instances with correct header includes. See Jira task for more discussion. Fixes: QTBUG-88831 Change-Id: I981cfae18a1cabcabcabee376016b086d9d01f44 Pick-to: 6.0 Reviewed-by: Volker Hilsheimer --- tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp | 2 +- tests/auto/widgets/styles/qstyle/tst_qstyle.cpp | 2 +- tests/auto/widgets/styles/qstyleoption/tst_qstyleoption.cpp | 2 +- tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/auto/widgets/styles') diff --git a/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp b/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp index 16fe57f330..e9802cd716 100644 --- a/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp +++ b/tests/auto/widgets/styles/qmacstyle/tst_qmacstyle.cpp @@ -27,7 +27,7 @@ ****************************************************************************/ -#include +#include #include #include diff --git a/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp b/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp index b7b9ab6423..0578d5ce70 100644 --- a/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp +++ b/tests/auto/widgets/styles/qstyle/tst_qstyle.cpp @@ -27,7 +27,7 @@ ****************************************************************************/ -#include +#include #include #include "qstyle.h" #include diff --git a/tests/auto/widgets/styles/qstyleoption/tst_qstyleoption.cpp b/tests/auto/widgets/styles/qstyleoption/tst_qstyleoption.cpp index 0bf7b73906..a08b251c35 100644 --- a/tests/auto/widgets/styles/qstyleoption/tst_qstyleoption.cpp +++ b/tests/auto/widgets/styles/qstyleoption/tst_qstyleoption.cpp @@ -27,7 +27,7 @@ ****************************************************************************/ -#include +#include #include diff --git a/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp b/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp index a751fae05d..3c33354cfe 100644 --- a/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp +++ b/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp @@ -54,7 +54,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3