| changeset 33 | 3e2da88830cd |
| parent 30 | 5dc02b23752f |
--- a/tests/auto/declarative/qdeclarativestates/data/propertyErrors.qml Tue Jul 06 15:10:48 2010 +0300 +++ b/tests/auto/declarative/qdeclarativestates/data/propertyErrors.qml Wed Aug 18 10:37:55 2010 +0300 @@ -5,6 +5,6 @@ color: "red" states: State { name: "blue" - PropertyChanges { target: myRectangle; colr: "blue"; wantsFocus: true } + PropertyChanges { target: myRectangle; colr: "blue"; activeFocus: true } } }