summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxtextinput
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:21:58 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:21:58 (GMT)
commit9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6 (patch)
treeccaee490b141ecaedfa077d2f4b413192eaf9bf0 /tests/auto/declarative/qfxtextinput
parent564894627debad93433f16506ccf32afeb23d004 (diff)
downloadQt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.zip
Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.gz
Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.bz2
Fixup mistakes following renaming files
Diffstat (limited to 'tests/auto/declarative/qfxtextinput')
-rw-r--r--tests/auto/declarative/qfxtextinput/qfxtextinput.pro2
-rw-r--r--tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qfxtextinput/qfxtextinput.pro b/tests/auto/declarative/qfxtextinput/qfxtextinput.pro
index fd75fec..fe2e3e3 100644
--- a/tests/auto/declarative/qfxtextinput/qfxtextinput.pro
+++ b/tests/auto/declarative/qfxtextinput/qfxtextinput.pro
@@ -2,7 +2,7 @@ load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative gui
macx:CONFIG -= app_bundle
-SOURCES += tst_qmlgraphicstextinput.cpp
+SOURCES += tst_qfxtextinput.cpp
# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp b/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp
index e4930f6..79868ce 100644
--- a/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp
+++ b/tests/auto/declarative/qfxtextinput/tst_qfxtextinput.cpp
@@ -3,7 +3,7 @@
#include <QtDeclarative/qmlengine.h>
#include <QFile>
#include <QtDeclarative/qmlview.h>
-#include <QmlGraphicsTextInput>
+#include <private/qmlgraphicstextinput_p.h>
#include <QDebug>
class tst_qfxtextinput : public QObject