summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-30 05:31:30 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-30 05:31:30 (GMT)
commitcda9193904d5f19b0d53487e0fe3b2d9cd422621 (patch)
treedba69b894de4d4e20a6861e3bba88e514781ebcc /src
parent46eec6d54bad7a686b3dd5cd6e4aa8577d38740d (diff)
downloadQt-cda9193904d5f19b0d53487e0fe3b2d9cd422621.zip
Qt-cda9193904d5f19b0d53487e0fe3b2d9cd422621.tar.gz
Qt-cda9193904d5f19b0d53487e0fe3b2d9cd422621.tar.bz2
fix macros
Diffstat (limited to 'src')
-rw-r--r--src/declarative/widgets/graphicswidgets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/widgets/graphicswidgets.h b/src/declarative/widgets/graphicswidgets.h
index 2b39db3..2871e5b 100644
--- a/src/declarative/widgets/graphicswidgets.h
+++ b/src/declarative/widgets/graphicswidgets.h
@@ -54,13 +54,13 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
+QT_END_NAMESPACE
+
QML_DECLARE_TYPE(QGraphicsView)
QML_DECLARE_TYPE_HASMETATYPE(QGraphicsScene)
QML_DECLARE_TYPE(QGraphicsWidget)
QML_DECLARE_INTERFACE_HASMETATYPE(QGraphicsItem)
-QT_END_NAMESPACE
-
QT_END_HEADER
#endif // GRAPHICSWIDGETS_H