summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxtextedit
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 /tests/auto/declarative/qfxtextedit
parentab3634173ba5d5ed084710a32508ea728378d038 (diff)
downloadQt-835a83221232d1963d4ab0b9e553cc32cb9bc8c9.zip
Qt-835a83221232d1963d4ab0b9e553cc32cb9bc8c9.tar.gz
Qt-835a83221232d1963d4ab0b9e553cc32cb9bc8c9.tar.bz2
Renaming: QFxView -> QmlView
Diffstat (limited to 'tests/auto/declarative/qfxtextedit')
-rw-r--r--tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp b/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp
index c4fc506..ffbb09b 100644
--- a/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp
+++ b/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp
@@ -424,10 +424,10 @@ void tst_qfxtextedit::selection()
QVERIFY(textEditObject->selectedText().size() == 10);
}
-#include <QFxView>
+#include <QmlView>
void tst_qfxtextedit::cursorDelegate()
{
- QFxView* view = new QFxView(0);
+ QmlView* view = new QmlView(0);
view->show();
view->setUrl(QUrl("data/cursorTest.qml"));
view->execute();