summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2010-06-18 13:19:52 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2010-06-18 13:20:56 (GMT)
commit35d4b2558f79d971d49ed3b86e6e48a349f948a1 (patch)
tree1cfb218259baa876d5cc0879eb6d25f707bd4973 /src/declarative/QmlChanges.txt
parenta78d53f430cac6d1624446e5bc0f90081f513fb6 (diff)
downloadQt-35d4b2558f79d971d49ed3b86e6e48a349f948a1.zip
Qt-35d4b2558f79d971d49ed3b86e6e48a349f948a1.tar.gz
Qt-35d4b2558f79d971d49ed3b86e6e48a349f948a1.tar.bz2
Update qmlchanges from import org.webkit to QtWebKit
Reviewed-by:TrustMe
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r--src/declarative/QmlChanges.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt
index 8b6b83f..432b5d6 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -50,7 +50,7 @@ Removed Qt.playSound (replaced by SoundEffect element)
Removed Qt.closestAngle (use RotationAnimation instead)
Removed NumberFormatter
Removed DateTimeFormatter (use Qt.formatDateTime() instead)
-Using WebView now requires "import org.webkit 1.0"
+Using WebView now requires "import QtWebKit 1.0"
Using Particles now requires "import Qt.labs.particles 1.0"
AnchorAnimation must now be used to animate anchor changes (and not NumberAnimation)
Removed ParentAction (use ParentAnimation instead)