summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-07 05:13:40 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-07 07:01:57 (GMT)
commitd93e8b21fafb546c9f8fefbb170bbb2d66fe6e93 (patch)
tree69529d0e68cea59bca76252ca16b69b4495df2e6 /src/declarative/fx/qfximage.h
parent85631d5469f7a55165b8f2c0f08e4ba2cb08cd8e (diff)
downloadQt-d93e8b21fafb546c9f8fefbb170bbb2d66fe6e93.zip
Qt-d93e8b21fafb546c9f8fefbb170bbb2d66fe6e93.tar.gz
Qt-d93e8b21fafb546c9f8fefbb170bbb2d66fe6e93.tar.bz2
Add new class QFxImageBase
New base class for QFxImage and QFxBorderImage.
Diffstat (limited to 'src/declarative/fx/qfximage.h')
-rw-r--r--src/declarative/fx/qfximage.h5
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)