diff options
author | Ian Walters <ian.walters@nokia.com> | 2009-05-05 05:46:31 (GMT) |
---|---|---|
committer | Ian Walters <ian.walters@nokia.com> | 2009-05-05 05:46:31 (GMT) |
commit | d1bb572b9fb5b0286df992c8ae560d91c9dc3388 (patch) | |
tree | d79063da3fa40a431da5ce795753eb27c9c8d2a1 /src/declarative/fx/qfxwebview.h | |
parent | 872c45c272ca71e8618475060aa28075e83fffce (diff) | |
download | Qt-d1bb572b9fb5b0286df992c8ae560d91c9dc3388.zip Qt-d1bb572b9fb5b0286df992c8ae560d91c9dc3388.tar.gz Qt-d1bb572b9fb5b0286df992c8ae560d91c9dc3388.tar.bz2 |
Rename QFxImageItem to QFxPaintedItem.
Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)
Diffstat (limited to 'src/declarative/fx/qfxwebview.h')
-rw-r--r-- | src/declarative/fx/qfxwebview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxwebview.h b/src/declarative/fx/qfxwebview.h index 17037ca..afd5b0f 100644 --- a/src/declarative/fx/qfxwebview.h +++ b/src/declarative/fx/qfxwebview.h @@ -45,7 +45,7 @@ #include <QAction> #include <QUrl> #include <qfxglobal.h> -#include <qfximageitem.h> +#include <qfxpainteditem.h> #include <QtNetwork/qnetworkaccessmanager.h> #include <QWebPage> @@ -74,7 +74,7 @@ private: }; -class Q_DECLARATIVE_EXPORT QFxWebView : public QFxImageItem +class Q_DECLARATIVE_EXPORT QFxWebView : public QFxPaintedItem { Q_OBJECT |