summaryrefslogtreecommitdiffstats
path: root/src/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5.cpp')
-rw-r--r--src/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5.cpp b/src/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5.cpp
index 6a693578c..b893b36b2 100644
--- a/src/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5.cpp
+++ b/src/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5.cpp
@@ -52,15 +52,15 @@ QT_BEGIN_NAMESPACE
namespace QtWaylandClient {
-QWaylandXdgShellV5::QWaylandXdgShellV5(struct ::xdg_shell *shell)
- : QtWayland::xdg_shell(shell)
+QWaylandXdgShellV5::QWaylandXdgShellV5(struct ::xdg_shell_v5 *shell)
+ : QtWayland::xdg_shell_v5(shell)
{
}
QWaylandXdgShellV5::QWaylandXdgShellV5(struct ::wl_registry *registry, uint32_t id)
- : QtWayland::xdg_shell(registry, id, 1)
+ : QtWayland::xdg_shell_v5(registry, id, 1)
{
- use_unstable_version(QtWayland::xdg_shell::version_current);
+ use_unstable_version(QtWayland::xdg_shell_v5::version_current);
}
QWaylandXdgShellV5::~QWaylandXdgShellV5()