summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfximage_p.h')
-rw-r--r--src/declarative/fx/qfximage_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximage_p.h b/src/declarative/fx/qfximage_p.h
index 2ce41f8..d198c27 100644
--- a/src/declarative/fx/qfximage_p.h
+++ b/src/declarative/fx/qfximage_p.h
@@ -55,6 +55,7 @@
#include "qfxitem_p.h"
#include "qfxscalegrid_p.h"
+#include "qfximagebase_p.h"
#include <QtCore/qpointer.h>
@@ -65,7 +66,7 @@ class QWebPage;
class QNetworkReply;
class QIODevice;
-class QFxImagePrivate : public QFxItemPrivate
+class QFxImagePrivate : public QFxImageBasePrivate
{
Q_DECLARE_PUBLIC(QFxImage)