summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/client-common/customextension.h
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-04-24 14:01:01 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-04-25 04:28:29 +0000
commitf8a16e0edb11d3acc7f2448a4bcd0eb9606b39dc (patch)
tree25ef69c835f9fd9badc27ed43dbf785f1d863c08 /examples/wayland/custom-extension/client-common/customextension.h
parent434f3e9a952b5858abc1f0ed1179ea5d2fca6a19 (diff)
Remove waylandclient-private dependency from custom-extension example
We really only depend on gui-private. Change-Id: Ic774cf94d8d94194c26d3852206ecff488948196 Reviewed-by: Drew DeVault <qt@cmpwn.com> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples/wayland/custom-extension/client-common/customextension.h')
-rw-r--r--examples/wayland/custom-extension/client-common/customextension.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/wayland/custom-extension/client-common/customextension.h b/examples/wayland/custom-extension/client-common/customextension.h
index 5e48ea75e..7a188c3d6 100644
--- a/examples/wayland/custom-extension/client-common/customextension.h
+++ b/examples/wayland/custom-extension/client-common/customextension.h
@@ -51,9 +51,8 @@
#ifndef CUSTOMEXTENSION_H
#define CUSTOMEXTENSION_H
-#include <qpa/qwindowsysteminterface.h>
-#include <QtWaylandClient/private/qwayland-wayland.h>
-#include <QtWaylandClient/qwaylandclientextension.h>
+#include <QtWaylandClient/QWaylandClientExtension>
+#include <QtGui/QWindow>
#include "qwayland-custom.h"
QT_BEGIN_NAMESPACE