From 37842c2fdb10b8802cae7ebeead7d4e356251053 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 21 Mar 2013 15:19:40 +0100 Subject: Compile most manual tests with Qt 4. Replace includes by class includes, remove tests that do not compile. Change-Id: I52837e8c567dc8ac365c7d43c37beb9a368f6f72 Reviewed-by: Joerg Bornemann --- tests/manual/qlocale/dateformats.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/manual/qlocale/dateformats.cpp') diff --git a/tests/manual/qlocale/dateformats.cpp b/tests/manual/qlocale/dateformats.cpp index ffdef0993f..3b523ca863 100644 --- a/tests/manual/qlocale/dateformats.cpp +++ b/tests/manual/qlocale/dateformats.cpp @@ -40,6 +40,13 @@ #include "dateformats.h" +#include +#include +#include +#include +#include +#include + DateFormatsWidget::DateFormatsWidget() { scrollArea = new QScrollArea; -- cgit v1.2.3