aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-02-16 15:13:57 +0100
committerck <qt-info@nokia.com>2010-02-16 15:14:49 +0100
commit69e141c32f105e91f06b362e253fe76a2d3efc4f (patch)
tree8d55e5dc4153a1bee662ae2876b016e3f8c7261d /src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
parente073099c5b0f17c29611f87be546aa0948983da1 (diff)
QML stuff: Fix compilation for namespaced Qt.
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h b/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
index edb3257147..13b79862b4 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
+++ b/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
@@ -48,11 +48,11 @@ public:
virtual QLayout *layout() const;
};
-QML_DECLARE_TYPE(QLayoutObject);
-
-#endif // QLAYOUTOBJECT_H
-
QT_END_NAMESPACE
+QML_DECLARE_TYPE(QLayoutObject);
+
QT_END_HEADER
+
+#endif // QLAYOUTOBJECT_H