summaryrefslogtreecommitdiffstats
path: root/doc/src/tutorials/declarative.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/tutorials/declarative.qdoc')
-rw-r--r--doc/src/tutorials/declarative.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/tutorials/declarative.qdoc b/doc/src/tutorials/declarative.qdoc
index 48beabd..bbc3d15 100644
--- a/doc/src/tutorials/declarative.qdoc
+++ b/doc/src/tutorials/declarative.qdoc
@@ -500,7 +500,7 @@
to receive focus
\endlist
- The read-only property activeFocus can be used to determine whether a
+ The read-only property focus can be used to determine whether a
component will receive key input. Any un-handled keys will be passed to
the components parent, which in turn will pass keys it doesn't handle up to its
own ancestors.