summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-01-12 08:14:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-17 12:19:29 +0100
commitbc02ef882ba013e996380b625a15e95a2e0168a2 (patch)
treead9815bdda0b2cc68b436743854dd67c36964be5 /tests
parent82340ea5cd148253eb07877468bf3c8873f90e56 (diff)
Delete src/widgets/platforms/mac
This looks like the mac port but isn't any more, remove it to prevent confusion. Change-Id: I498f536d77d1a3c53e687f696ca6992539a1a90b Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other/macgui/guitest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/macgui/guitest.cpp b/tests/auto/other/macgui/guitest.cpp
index 6ab5a64a97..8383fd0857 100644
--- a/tests/auto/other/macgui/guitest.cpp
+++ b/tests/auto/other/macgui/guitest.cpp
@@ -48,7 +48,7 @@
#include <QtTest/QtTest>
#ifdef Q_OS_MAC
-# include <private/qt_mac_p.h>
+# include <ApplicationServices/ApplicationServices.h>
#endif