summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmlreusablecomponents.qdoc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2012-11-30 15:41:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-01 08:26:08 +0100
commit7c6c42bc4553ebad555bb105c9b1c6dc5b06e555 (patch)
treeae7756633a5feb0930559bfdf6ec0ef4cc7bc899 /doc/src/declarative/qmlreusablecomponents.qdoc
parent1f2f1850fd789f918c197fbfe882d5d42470e9a1 (diff)
Rename focus document to make it clear it's not for QML in general
Old doc for Qt Quick 1, and qtdeclarative module has its own modified copy already. Change-Id: I5b6c10be59dd4948ba21a2e03f2a61cebf541fcb Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'doc/src/declarative/qmlreusablecomponents.qdoc')
-rw-r--r--doc/src/declarative/qmlreusablecomponents.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlreusablecomponents.qdoc b/doc/src/declarative/qmlreusablecomponents.qdoc
index 6cad62dc..404c6aa7 100644
--- a/doc/src/declarative/qmlreusablecomponents.qdoc
+++ b/doc/src/declarative/qmlreusablecomponents.qdoc
@@ -132,7 +132,7 @@ The Button's \c text alias is accessible from outside the component as well as
the Rectangle's visual properties and signals such as \c x, \c y, \c anchors,
and \c states.
-Alternatively, we may choose a \l {Keyboard Focus in QML}{FocusScope} as our
+Alternatively, we may choose a \l {Keyboard Focus in Qt Quick 1}{FocusScope} as our
top-level object. The \l FocusScope element manage keyboard focus for its
children which is beneficial for certain types of interfaces. However, since
\c FocusScopes are not visual elements, the visual properties of its child need