summaryrefslogtreecommitdiffstats
path: root/doc/src/tutorials/widgets-tutorial.qdoc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-05-26 11:49:44 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-05-26 11:49:44 (GMT)
commitccc37850ddedba6f70b02919074097b3a716a243 (patch)
tree35478496532fdc1a58ed456062f8d3c225534e6c /doc/src/tutorials/widgets-tutorial.qdoc
parent0dff624cc550254b804540b77b9ddd3c41a26f16 (diff)
downloadQt-ccc37850ddedba6f70b02919074097b3a716a243.zip
Qt-ccc37850ddedba6f70b02919074097b3a716a243.tar.gz
Qt-ccc37850ddedba6f70b02919074097b3a716a243.tar.bz2
qdoc: Improved the address book tutorial
I think this is not the final solution, but I need to decide how to handle \example commands.
Diffstat (limited to 'doc/src/tutorials/widgets-tutorial.qdoc')
-rw-r--r--doc/src/tutorials/widgets-tutorial.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/tutorials/widgets-tutorial.qdoc b/doc/src/tutorials/widgets-tutorial.qdoc
index 0422e1a..2b5f8cc 100644
--- a/doc/src/tutorials/widgets-tutorial.qdoc
+++ b/doc/src/tutorials/widgets-tutorial.qdoc
@@ -102,7 +102,7 @@
\section1 Real world widget examples
- In these \l{Widgets examples} {more advanced examples}, the code
+ In these \l{Widget examples} {more advanced examples}, the code
that creates the widgets and layouts is stored in other files. For
example, the GUI for a main window may be created in the
constructor of a QMainWindow subclass.