diff options
Diffstat (limited to 'src/declarative/fx/qfximage.h')
-rw-r--r-- | src/declarative/fx/qfximage.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h index fc9cfe0..642e4c8 100644 --- a/src/declarative/fx/qfximage.h +++ b/src/declarative/fx/qfximage.h @@ -42,9 +42,8 @@ #ifndef QFXIMAGE_H #define QFXIMAGE_H -#include <QtDeclarative/qfxitem.h> #include <QtNetwork/qnetworkreply.h> - +#include "qfximagebase.h" QT_BEGIN_HEADER @@ -55,7 +54,7 @@ class QFxImagePrivate; class QFxScaleGrid; class QFxGridScaledImage; -class Q_DECLARATIVE_EXPORT QFxImage : public QFxItem +class Q_DECLARATIVE_EXPORT QFxImage : public QFxImageBase { Q_OBJECT Q_ENUMS(Status) |