summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwmsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbwmsupport.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbwmsupport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbwmsupport.h b/src/plugins/platforms/xcb/qxcbwmsupport.h
index 3b02ef3e7e..7b0a21f035 100644
--- a/src/plugins/platforms/xcb/qxcbwmsupport.h
+++ b/src/plugins/platforms/xcb/qxcbwmsupport.h
@@ -45,6 +45,8 @@
#include "qxcbconnection.h"
#include <qvector.h>
+QT_BEGIN_NAMESPACE
+
class QXcbWMSupport : public QXcbObject
{
public:
@@ -63,5 +65,6 @@ private:
QVector<xcb_window_t> net_virtual_roots;
};
+QT_END_NAMESPACE
#endif