summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddecorationplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylanddecorationplugin.cpp')
-rw-r--r--src/client/qwaylanddecorationplugin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/qwaylanddecorationplugin.cpp b/src/client/qwaylanddecorationplugin.cpp
index edad5f5f0..3c6463a1f 100644
--- a/src/client/qwaylanddecorationplugin.cpp
+++ b/src/client/qwaylanddecorationplugin.cpp
@@ -43,6 +43,8 @@
QT_BEGIN_NAMESPACE
+namespace QtWaylandClient {
+
QWaylandDecorationPlugin::QWaylandDecorationPlugin(QObject *parent)
: QObject(parent)
{
@@ -51,4 +53,6 @@ QWaylandDecorationPlugin::~QWaylandDecorationPlugin()
{
}
+}
+
QT_END_NAMESPACE