From f2b3dfd1f17952627fce9fde1264207958f87f43 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 11 Aug 2011 15:17:40 +0200 Subject: QXmlStream lives in QtCore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can finally remove the hack where a copy of QXmlStream was compiled into QtXml on some platforms. Change-Id: Ia164caa73dfb470ac86d1b4062031093b433d10c Reviewed-on: http://codereview.qt.nokia.com/2869 Reviewed-by: Qt Sanity Bot Reviewed-by: João Abecasis --- tests/auto/selftests/tst_selftests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/selftests/tst_selftests.cpp b/tests/auto/selftests/tst_selftests.cpp index 1a9542002f..78f0620779 100644 --- a/tests/auto/selftests/tst_selftests.cpp +++ b/tests/auto/selftests/tst_selftests.cpp @@ -42,7 +42,7 @@ #include #include -#include +#include #include class tst_Selftests: public QObject -- cgit v1.2.3