summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandinputdevice.h
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/qwaylandinputdevice.h
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/qwaylandinputdevice.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandinputdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandinputdevice.h b/src/plugins/platforms/wayland/qwaylandinputdevice.h
index 1408263d6..8ea73b833 100644
--- a/src/plugins/platforms/wayland/qwaylandinputdevice.h
+++ b/src/plugins/platforms/wayland/qwaylandinputdevice.h
@@ -48,7 +48,7 @@
#include <QObject>
#include <qpa/qplatformintegration.h>
#include <qpa/qplatformscreen.h>
-#include <qpa/qwindowsysteminterface.h>
+#include <QWindowSystemInterface>
#include <wayland-client.h>