summaryrefslogtreecommitdiffstats
path: root/examples/wayland/spanning-screens/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/spanning-screens/main.qml')
-rw-r--r--examples/wayland/spanning-screens/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/spanning-screens/main.qml b/examples/wayland/spanning-screens/main.qml
index a3230806b..ab57306bb 100644
--- a/examples/wayland/spanning-screens/main.qml
+++ b/examples/wayland/spanning-screens/main.qml
@@ -50,7 +50,7 @@
import QtQuick 2.6
import QtQuick.Window 2.3
-import QtWayland.Compositor 1.1
+import QtWayland.Compositor 1.3
WaylandCompositor {
WaylandOutput {
@@ -105,7 +105,7 @@ WaylandCompositor {
}
}
- XdgShellV6 {
+ XdgShell {
onToplevelCreated: {
const shellSurface = xdgSurface;