diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-10-06 22:30:18 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-10-06 22:30:18 (GMT) |
commit | 9d574d9c6bed5b4528415402a9f2f68ab5de8009 (patch) | |
tree | 20ab2abd91b6b63c4161bd219fd5136d1cb70786 /tests | |
parent | 7143c17f35371ae90023ca68ad29e923d27ef2e3 (diff) | |
download | Qt-9d574d9c6bed5b4528415402a9f2f68ab5de8009.zip Qt-9d574d9c6bed5b4528415402a9f2f68ab5de8009.tar.gz Qt-9d574d9c6bed5b4528415402a9f2f68ab5de8009.tar.bz2 |
Update import statement.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml b/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml index 0c99e7f..0c2ac0c 100644 --- a/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml +++ b/tests/auto/declarative/qdeclarativepathview/data/pathUpdate.qml @@ -1,4 +1,4 @@ -import Qt 4.7 +import QtQuick 1.0 Rectangle { width: 400 |