summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandqtkey_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giuliocamuffo@gmail.com>2014-06-16 10:37:37 +0300
committerGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-06-16 14:04:02 +0200
commitaa16e0f762e2c5e5a6321e5ce8e9014ecb19be7d (patch)
treee0b76688e2fe3d6f25f3e083b3c69b4d2a6a357f /src/client/qwaylandqtkey_p.h
parentb564681db53593fbbb97ed1dfbe165d66cde6bdc (diff)
Reduce headers inter-dependency in the QPA plugin
Change-Id: I8b810e54531453b6a80250555c21bb0b1e6e76cc Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/client/qwaylandqtkey_p.h')
-rw-r--r--src/client/qwaylandqtkey_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/qwaylandqtkey_p.h b/src/client/qwaylandqtkey_p.h
index a9c4e99fa..d00a90ee0 100644
--- a/src/client/qwaylandqtkey_p.h
+++ b/src/client/qwaylandqtkey_p.h
@@ -42,13 +42,15 @@
#ifndef QWAYLANDQTKEY_H
#define QWAYLANDQTKEY_H
-#include <QtWaylandClient/private/qwaylanddisplay_p.h>
#include <qpa/qwindowsysteminterface.h>
+#include <QtWaylandClient/private/qwaylandclientexport_p.h>
#include <QtWaylandClient/private/qwayland-qtkey-extension.h>
QT_BEGIN_NAMESPACE
+class QWaylandDisplay;
+
class Q_WAYLAND_CLIENT_EXPORT QWaylandQtKeyExtension : public QtWayland::qt_key_extension
{
public: