Doc: Update references to QDeclarative* classes
authorSze Howe Koh <szehowe.koh@gmail.com>
Tue, 14 May 2013 16:03:18 +0000 (00:03 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 15 May 2013 07:32:58 +0000 (09:32 +0200)
Change-Id: Ifbde8c1ccfc0c759da6f2204320b9170a04179eb
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
examples/qml/doc/src/qml-extending.qdoc
src/qml/doc/src/qmllanguageref/modules/qmldir.qdoc

index 9823a29..7dbd147 100644 (file)
@@ -93,11 +93,11 @@ The class contains a member to store the celebrant object, and also a
 QList<Person *> member.
 
 In QML, the type of a list properties - and the guests property is a list of
-people - are all of type QDeclarativeListProperty<T>.  QDeclarativeListProperty is simple value
+people - are all of type QQmlListProperty<T>.  QQmlListProperty is simple value
 type that contains a set of function pointers.  QML calls these function
 pointers whenever it needs to read from, write to or otherwise interact with
 the list.  In addition to concrete lists like the people list used in this
-example, the use of QDeclarativeListProperty allows for "virtual lists" and other advanced
+example, the use of QQmlListProperty allows for "virtual lists" and other advanced
 scenarios.
 
 \section2 Define the BirthdayParty
index 405ba3f..57d54e2 100644 (file)
@@ -368,7 +368,7 @@ Module {
 
         // The name of the type containing attached properties
         // and methods.
-        attachedType: "QDeclarativeAnimationAttached"
+        attachedType: "QQuickAnimationAttached"
 
         // The list of exports determines how a type can be imported.
         // Each string has the format "URI/Name version" and matches the