summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qfxtester.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-09-22 04:30:07 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-09-22 04:30:07 (GMT)
commit835a83221232d1963d4ab0b9e553cc32cb9bc8c9 (patch)
tree756aacaaf5ca66abda05070b019212ccff16f9b2 /tools/qmlviewer/qfxtester.h
parentab3634173ba5d5ed084710a32508ea728378d038 (diff)
downloadQt-835a83221232d1963d4ab0b9e553cc32cb9bc8c9.zip
Qt-835a83221232d1963d4ab0b9e553cc32cb9bc8c9.tar.gz
Qt-835a83221232d1963d4ab0b9e553cc32cb9bc8c9.tar.bz2
Renaming: QFxView -> QmlView
Diffstat (limited to 'tools/qmlviewer/qfxtester.h')
-rw-r--r--tools/qmlviewer/qfxtester.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmlviewer/qfxtester.h b/tools/qmlviewer/qfxtester.h
index e37d6aa..4ace2d1 100644
--- a/tools/qmlviewer/qfxtester.h
+++ b/tools/qmlviewer/qfxtester.h
@@ -155,7 +155,7 @@ QML_DECLARE_TYPE(QFxVisualTestKey)
class QFxTester : public QAbstractAnimation
{
public:
- QFxTester(const QString &script, QmlViewer::ScriptOptions options, QFxView *parent);
+ QFxTester(const QString &script, QmlViewer::ScriptOptions options, QmlView *parent);
virtual int duration() const;
@@ -174,7 +174,7 @@ private:
enum Destination { View, ViewPort };
void addKeyEvent(Destination, QKeyEvent *);
void addMouseEvent(Destination, QMouseEvent *);
- QFxView *m_view;
+ QmlView *m_view;
struct MouseEvent {
MouseEvent(QMouseEvent *e)