summaryrefslogtreecommitdiffstats
path: root/examples/wayland
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland')
-rw-r--r--examples/wayland/custom-shell/client-plugin/exampleshellintegration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/custom-shell/client-plugin/exampleshellintegration.h b/examples/wayland/custom-shell/client-plugin/exampleshellintegration.h
index 344483eab..5362528cc 100644
--- a/examples/wayland/custom-shell/client-plugin/exampleshellintegration.h
+++ b/examples/wayland/custom-shell/client-plugin/exampleshellintegration.h
@@ -56,7 +56,7 @@
using namespace QtWaylandClient;
//! [shell-integration]
-class Q_WAYLAND_CLIENT_EXPORT ExampleShellIntegration
+class Q_WAYLANDCLIENT_EXPORT ExampleShellIntegration
: public QWaylandShellIntegrationTemplate<ExampleShellIntegration>
, public QtWayland::qt_example_shell
{