summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/doc/src/designer-manual.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/designer/doc/src/designer-manual.qdoc')
-rw-r--r--src/designer/src/designer/doc/src/designer-manual.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/designer/doc/src/designer-manual.qdoc b/src/designer/src/designer/doc/src/designer-manual.qdoc
index 8e8e3e6c7..dd060af3a 100644
--- a/src/designer/src/designer/doc/src/designer-manual.qdoc
+++ b/src/designer/src/designer/doc/src/designer-manual.qdoc
@@ -2009,8 +2009,8 @@ pixmap property in the property editor.
\snippet ../uitools/textfinder/textfinder.cpp 4
In a class that uses QtUiTools to build its user interface at run time, we
- can locate objects in the form using qFindChild(). For example, in the
- follownig code, we locate some components based on their object names and
+ can locate objects in the form using QObject::findChild(). For example, in the
+ following code, we locate some components based on their object names and
widget types:
\snippet ../uitools/textfinder/textfinder.cpp 1