aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-02-17 17:08:51 +0100
committerhjk <qtc-committer@nokia.com>2010-02-17 17:11:17 +0100
commit3d8b17aeb58d76d8a1d955f56291d7406a97e9c3 (patch)
tree44c14b333b05009d9cccfba25560687114b3a526 /src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
parentb6a99c4e4f56e6be11ca556cdbdad57d9ca63797 (diff)
qml: compile fix with namespaces
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h b/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
index 13b79862b4..be4ea3dd91 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
+++ b/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
@@ -49,10 +49,10 @@ public:
virtual QLayout *layout() const;
};
-QT_END_NAMESPACE
-
QML_DECLARE_TYPE(QLayoutObject);
+QT_END_NAMESPACE
+
QT_END_HEADER
#endif // QLAYOUTOBJECT_H