aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-02-24 09:54:34 +0100
committerhjk <qtc-committer@nokia.com>2010-02-24 09:54:34 +0100
commit7c790c1e1b2221b7cb5abb25cf9c2e2f1a53c547 (patch)
tree607d4d035737b5852edda1c1dc7910e7fbd8151f /src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
parentfab70e72eb362cac57d8dfd35a5116228c2df731 (diff)
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 be4ea3dd91..13b79862b4 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;
};
-QML_DECLARE_TYPE(QLayoutObject);
-
QT_END_NAMESPACE
+QML_DECLARE_TYPE(QLayoutObject);
+
QT_END_HEADER
#endif // QLAYOUTOBJECT_H