aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/rectanglenode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/rectanglenode.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/rectanglenode.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/rectanglenode.cpp b/src/plugins/scenegraph/softwarecontext/rectanglenode.cpp
index ef9d4fb3d4..d1fb617e3c 100644
--- a/src/plugins/scenegraph/softwarecontext/rectanglenode.cpp
+++ b/src/plugins/scenegraph/softwarecontext/rectanglenode.cpp
@@ -32,6 +32,8 @@
#include <QtGui/QPainter>
+QT_BEGIN_NAMESPACE
+
RectangleNode::RectangleNode()
: m_penWidth(0)
, m_radius(0)
@@ -436,3 +438,5 @@ void RectangleNode::generateCornerPixmap()
cornerPainter.end();
}
}
+
+QT_END_NAMESPACE