summaryrefslogtreecommitdiff
path: root/src/plugins/platforms/wayland_common/qwaylandshellsurface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wayland_common/qwaylandshellsurface.cpp')
-rw-r--r--src/plugins/platforms/wayland_common/qwaylandshellsurface.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/platforms/wayland_common/qwaylandshellsurface.cpp b/src/plugins/platforms/wayland_common/qwaylandshellsurface.cpp
index 1dddb50c..32a62b3c 100644
--- a/src/plugins/platforms/wayland_common/qwaylandshellsurface.cpp
+++ b/src/plugins/platforms/wayland_common/qwaylandshellsurface.cpp
@@ -49,7 +49,7 @@
#include <QtCore/QDebug>
-QT_USE_NAMESPACE
+QT_BEGIN_NAMESPACE
QWaylandShellSurface::QWaylandShellSurface(struct ::wl_shell_surface *shell_surface, QWaylandWindow *window)
: QtWayland::wl_shell_surface(shell_surface)
@@ -153,3 +153,5 @@ void QWaylandShellSurface::shell_surface_configure(uint32_t edges,
void QWaylandShellSurface::shell_surface_popup_done()
{
}
+
+QT_END_NAMESPACE