summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-20 15:36:57 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 16:52:59 +0100
commit054114a459580b71e170dc6bf356e8943d0ed068 (patch)
treea7776ffdf59a9b1d7b82c8789e0be823bfef6e5c /tests/auto
parented9b6086845542381d624c435c35e27a6c968aed (diff)
Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.
Forward-declare instead. Change-Id: I3851994e8bc05b389e94e948478339ba33d521c1 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/gui/image/qpixmap/tst_qpixmap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp b/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
index c1643ea355..563baef486 100644
--- a/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
+++ b/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
@@ -52,6 +52,7 @@
#include <qsplashscreen.h>
#include <qplatformpixmap_qpa.h>
+#include <qplatformintegration_qpa.h>
#include <private/qguiapplication_p.h>
#include <private/qdrawhelper_p.h>