diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativeanimations/data/attached.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativeanimations/data/attached.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeanimations/data/attached.qml b/tests/auto/declarative/qdeclarativeanimations/data/attached.qml index 78949f9..5da4a69 100644 --- a/tests/auto/declarative/qdeclarativeanimations/data/attached.qml +++ b/tests/auto/declarative/qdeclarativeanimations/data/attached.qml @@ -1,4 +1,4 @@ -import Qt 4.7 +import QtQuick 1.0 Rectangle { width: 180; height: 200; |