summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandextendedoutput.cpp
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-18 15:40:28 +0200
committerStephen Kelly <stephen.kelly@kdab.com>2012-07-18 16:15:18 +0200
commit573e9d53f470f9edbc40a21bec86afd39b1c2797 (patch)
treed7b9e21e82a339a2905a9ad8149764a6b39bd832 /src/plugins/platforms/wayland/qwaylandextendedoutput.cpp
parent32fdbf184b7478f83e4d6ff4dba3dbe150eb9e9b (diff)
Revert "Suppress QWindowSystemInterface inclusion warnings."
This reverts commit c269b748bd1f14207cf600ad5cb75a21a5e824a4. QWindowSystemInterface is not part of QPA anymore. Change-Id: I372646bda5b4ea7f1ea2bcf775873b1596c07091 Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandextendedoutput.cpp')
-rw-r--r--src/plugins/platforms/wayland/qwaylandextendedoutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandextendedoutput.cpp b/src/plugins/platforms/wayland/qwaylandextendedoutput.cpp
index b9b321e45..c0e011adf 100644
--- a/src/plugins/platforms/wayland/qwaylandextendedoutput.cpp
+++ b/src/plugins/platforms/wayland/qwaylandextendedoutput.cpp
@@ -45,7 +45,7 @@
#include "wayland-output-extension-client-protocol.h"
-#include <qpa/qwindowsysteminterface.h>
+#include <QtGui/QWindowSystemInterface>
#include <QtCore/QDebug>