summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/activeqt/hierarchy/doc/src/hierarchy.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc b/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
index 0b88a06..f618729 100644
--- a/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
+++ b/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
@@ -56,7 +56,7 @@
name. The widget is also shown explicitly.
\snippet activeqt/hierarchy/objects.cpp 2
- The \c subWidget slot uses the \c QObject::child() function and
+ The \c subWidget slot uses the \c QObject::findChild() function and
returns the first child of type \c QSubWidget that has the requested
name.