Rectify over-zealous script results.
authorAlan Alpert <alan.alpert@nokia.com>
Thu, 9 Jun 2011 05:10:45 +0000 (15:10 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Thu, 9 Jun 2011 05:13:06 +0000 (15:13 +1000)
demos/declarative/minehunt/MinehuntCore/Explosion.qml
demos/declarative/photoviewer/PhotoViewerCore/AlbumDelegate.qml
demos/declarative/snake/content/Cookie.qml
demos/declarative/snake/content/Link.qml

index 668d7b1..33eabf0 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 import QtQuick 1.0
-import QtQuick.Particles 1.0
+import Qt.labs.particles 1.0
 
 Item {
     property bool explode : false
index c6b3e1b..9fcd68b 100644 (file)
@@ -85,7 +85,7 @@ Component {
                 anchors.centerIn: parent; anchors.verticalCenterOffset: -30
                 path: Path {
                     PathAttribute { name: 'z'; value: 9999.0 }
-                    PathLineShape { x: 1; y: 1 }
+                    PathLine { x: 1; y: 1 }
                     PathAttribute { name: 'z'; value: 0.0 }
                 }
             }
index 6efed6a..a076978 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 import QtQuick 1.0
-import QtQuick.Particles 1.0
+import Qt.labs.particles 1.0
 
 Item  {
     id: root
index 4c58c4d..8c1f486 100644 (file)
@@ -40,7 +40,7 @@
 ****************************************************************************/
 
 import QtQuick 1.0
-import QtQuick.Particles 1.0
+import Qt.labs.particles 1.0
 
 Item { id:link
     property bool dying: false