aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-10-31 09:20:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 20:16:11 +0100
commit7d850df7e68e0eab0f07d5f7a03050175080fb81 (patch)
treed86a38860d9d21abfa5a57dbca04f16d485b1f68 /tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml
parent02a8fc62491fbdee1913c2c20c939308e05f8d6f (diff)
tests: replace nokia with qtproject in tst_qqmlmoduleplugin
Change-Id: I674da7f77dde380fb0772d5077da84de875b6ce8 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml')
-rw-r--r--tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml b/tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml
index a21ece7058..86504269fa 100644
--- a/tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml
+++ b/tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml
@@ -1,4 +1,4 @@
-import com.nokia.WrongCase 1.0
+import org.qtproject.WrongCase 1.0
MyPluginType { value: 123 }