diff options
Diffstat (limited to 'doc/src/declarative/javascriptblocks.qdoc')
-rw-r--r-- | doc/src/declarative/javascriptblocks.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/javascriptblocks.qdoc b/doc/src/declarative/javascriptblocks.qdoc index cde8eb8..98183bb 100644 --- a/doc/src/declarative/javascriptblocks.qdoc +++ b/doc/src/declarative/javascriptblocks.qdoc @@ -40,7 +40,7 @@ ****************************************************************************/ /*! -\page qmljavascript.html +\page qdeclarativejavascript.html \title JavaScript Blocks QML encourages building UIs declaratively, using \l {Property Binding} and the @@ -124,7 +124,7 @@ The \c source property may reference a relative file, or an absolute path. In t case of a relative file, the location is resolved relative to the location of the \l {QML Document} that contains the \l Script element. If the script file is not accessible, an error will occur. If the source is on a network resource, the -enclosing QML document will remain in the \l {QmlComponent::status()}{waiting state} +enclosing QML document will remain in the \l {QDeclarativeComponent::status()}{waiting state} until the script has been retrieved. \section1 Running Script at Startup |