summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/compositor/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/compositor/qml/main.qml')
-rw-r--r--examples/wayland/custom-extension/compositor/qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/custom-extension/compositor/qml/main.qml b/examples/wayland/custom-extension/compositor/qml/main.qml
index 737c42c62..54d0707ac 100644
--- a/examples/wayland/custom-extension/compositor/qml/main.qml
+++ b/examples/wayland/custom-extension/compositor/qml/main.qml
@@ -64,7 +64,7 @@ WaylandCompositor {
Component {
id: chromeComponent
- ShellSurfaceItem {
+ WlShellSurfaceItem {
id: chrome
onSurfaceDestroyed: {
if (chrome === lastItem)
@@ -75,7 +75,7 @@ WaylandCompositor {
}
extensions: [
- Shell {
+ WlShell {
id: defaultShell
onCreateShellSurface: {