From dea76f3496ee077e271b334c7e8101fed5119481 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Fri, 23 Sep 2011 15:01:04 +0200 Subject: Make qtbase build with Qt-in-namespace again Change-Id: I5faa8690a05d6ec352fc69c0b69848539f2ed216 Reviewed-on: http://codereview.qt-project.org/5460 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/plugins/platforms/xcb/qxcbmime.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/platforms/xcb/qxcbmime.h') diff --git a/src/plugins/platforms/xcb/qxcbmime.h b/src/plugins/platforms/xcb/qxcbmime.h index 014222c2c4..ac032db442 100644 --- a/src/plugins/platforms/xcb/qxcbmime.h +++ b/src/plugins/platforms/xcb/qxcbmime.h @@ -49,6 +49,8 @@ #include "qxcbintegration.h" #include "qxcbconnection.h" +QT_BEGIN_NAMESPACE + class QXcbMime : public QInternalMimeData { Q_OBJECT public: @@ -65,4 +67,6 @@ public: const QList &atoms, QByteArray *requestedEncoding); }; +QT_END_NAMESPACE + #endif // QXCBMIME_H -- cgit v1.2.3