summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlbehaviour.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmlbehaviour.h')
-rw-r--r--src/declarative/extra/qmlbehaviour.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlbehaviour.h b/src/declarative/extra/qmlbehaviour.h
index 967d3aa..1b5f524 100644
--- a/src/declarative/extra/qmlbehaviour.h
+++ b/src/declarative/extra/qmlbehaviour.h
@@ -87,10 +87,11 @@ protected:
private Q_SLOTS:
void propertyValueChanged();
};
-QML_DECLARE_TYPE(QmlBehaviour)
QT_END_NAMESPACE
+QML_DECLARE_TYPE(QmlBehaviour)
+
QT_END_HEADER
#endif // QMLBEHAVIOUR_H