summaryrefslogtreecommitdiffstats
path: root/src/declarative/widgets
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
commitd85d7addc5084ee7d5de31dec562437f9c31c35d (patch)
tree53f88ba873a998ac99b835c7cde2d26696422336 /src/declarative/widgets
parent7d8fc7c68a85aa356e0ea8956f81c0d56216e320 (diff)
downloadQt-d85d7addc5084ee7d5de31dec562437f9c31c35d.zip
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.gz
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.bz2
fix macros
Diffstat (limited to 'src/declarative/widgets')
-rw-r--r--src/declarative/widgets/graphicswidgets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/widgets/graphicswidgets.h b/src/declarative/widgets/graphicswidgets.h
index 9e08980..2b39db3 100644
--- a/src/declarative/widgets/graphicswidgets.h
+++ b/src/declarative/widgets/graphicswidgets.h
@@ -50,6 +50,8 @@
QT_BEGIN_HEADER
+QT_BEGIN_NAMESPACE
+
QT_MODULE(Declarative)
QML_DECLARE_TYPE(QGraphicsView)
@@ -57,6 +59,8 @@ QML_DECLARE_TYPE_HASMETATYPE(QGraphicsScene)
QML_DECLARE_TYPE(QGraphicsWidget)
QML_DECLARE_INTERFACE_HASMETATYPE(QGraphicsItem)
+QT_END_NAMESPACE
+
QT_END_HEADER
#endif // GRAPHICSWIDGETS_H