diff options
Diffstat (limited to 'examples/declarative/threading/workerscript/workerscript.qml')
-rw-r--r-- | examples/declarative/threading/workerscript/workerscript.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/threading/workerscript/workerscript.qml b/examples/declarative/threading/workerscript/workerscript.qml index e224bf1..2b03233 100644 --- a/examples/declarative/threading/workerscript/workerscript.qml +++ b/examples/declarative/threading/workerscript/workerscript.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import Qt 4.7 +import QtQuick 1.0 Rectangle { width: 480; height: 320 |