diff options
Diffstat (limited to 'examples/declarative/sqllocalstorage/hello.qml')
-rw-r--r-- | examples/declarative/sqllocalstorage/hello.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/sqllocalstorage/hello.qml b/examples/declarative/sqllocalstorage/hello.qml index cbfc14a..5f9b9e0 100644 --- a/examples/declarative/sqllocalstorage/hello.qml +++ b/examples/declarative/sqllocalstorage/hello.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ //![0] -import Qt 4.7 +import QtQuick 1.0 Rectangle { color: "white" |