diff options
Diffstat (limited to 'src/declarative/extra/qfxanimatedimageitem.h')
-rw-r--r-- | src/declarative/extra/qfxanimatedimageitem.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/declarative/extra/qfxanimatedimageitem.h b/src/declarative/extra/qfxanimatedimageitem.h index 5d115d7..e59a8c7 100644 --- a/src/declarative/extra/qfxanimatedimageitem.h +++ b/src/declarative/extra/qfxanimatedimageitem.h @@ -44,12 +44,12 @@ #include <QtDeclarative/qfximage.h> - QT_BEGIN_HEADER QT_BEGIN_NAMESPACE QT_MODULE(Declarative) + class QMovie; class QFxAnimatedImageItemPrivate; @@ -90,11 +90,10 @@ private: Q_DISABLE_COPY(QFxAnimatedImageItem) Q_DECLARE_PRIVATE(QFxAnimatedImageItem) }; - QML_DECLARE_TYPE(QFxAnimatedImageItem) - QT_END_NAMESPACE QT_END_HEADER + #endif |