diff options
Diffstat (limited to 'demos/declarative/rssnews/content/BusyIndicator.qml')
-rw-r--r-- | demos/declarative/rssnews/content/BusyIndicator.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/rssnews/content/BusyIndicator.qml b/demos/declarative/rssnews/content/BusyIndicator.qml index 13f54f2..e305cbe 100644 --- a/demos/declarative/rssnews/content/BusyIndicator.qml +++ b/demos/declarative/rssnews/content/BusyIndicator.qml @@ -39,7 +39,7 @@ ** ****************************************************************************/ -import Qt 4.7 +import QtQuick 1.0 Image { id: container |