summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxcomponentinstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxcomponentinstance.h')
-rw-r--r--src/declarative/fx/qfxcomponentinstance.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxcomponentinstance.h b/src/declarative/fx/qfxcomponentinstance.h
index e749272..f3bf6b3 100644
--- a/src/declarative/fx/qfxcomponentinstance.h
+++ b/src/declarative/fx/qfxcomponentinstance.h
@@ -44,12 +44,12 @@
#include <QtDeclarative/qfxitem.h>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
+
class QFxComponentInstancePrivate;
class Q_DECLARATIVE_EXPORT QFxComponentInstance : public QFxItem
{
@@ -80,10 +80,11 @@ protected:
private:
Q_DECLARE_PRIVATE(QFxComponentInstance)
};
-QML_DECLARE_TYPE(QFxComponentInstance)
QT_END_NAMESPACE
+QML_DECLARE_TYPE(QFxComponentInstance)
+
QT_END_HEADER
#endif // QFXCOMPONENTINSTANCE_H