summaryrefslogtreecommitdiffstats
path: root/doc/src/objectmodel
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-05-20 13:05:08 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-05-20 13:05:08 (GMT)
commitd987e048f542a4c85c640b36d116bb408dd029fd (patch)
treeabcd94aed21b80fdaedcb03f73f1b440968b2b73 /doc/src/objectmodel
parent107e3a1c1b12057de67ebc20dd435996db9ea4e2 (diff)
downloadQt-d987e048f542a4c85c640b36d116bb408dd029fd.zip
Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.gz
Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.bz2
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/objectmodel')
-rw-r--r--doc/src/objectmodel/object.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/objectmodel/object.qdoc b/doc/src/objectmodel/object.qdoc
index f81577d..8ae91ec 100644
--- a/doc/src/objectmodel/object.qdoc
+++ b/doc/src/objectmodel/object.qdoc
@@ -59,11 +59,11 @@
communication called \l{signals and slots}
\o queryable and designable \l{Qt's Property System}{object
properties}
- \o powerful \l{events and event filters}
+ \o powerful \l{The Event System}{events and event filters}
\o contextual \l{i18n}{string translation for internationalization}
\o sophisticated interval driven \l timers that make it possible
to elegantly integrate many tasks in an event-driven GUI
- \o hierarchical and queryable \l{Object Trees and Object Ownership}{object
+ \o hierarchical and queryable \l{Object Trees & Ownership}{object
trees} that organize object ownership in a natural way
\o guarded pointers (QPointer) that are automatically
set to 0 when the referenced object is destroyed, unlike normal C++
@@ -113,7 +113,7 @@
\o might have a unique \l{QObject::objectName()}. If we copy a Qt
Object, what name should we give the copy?
- \o has a location in an \l{Object Trees and Object Ownership}
+ \o has a location in an \l{Object Trees & Ownership}
{object hierarchy}. If we copy a Qt Object, where should the copy
be located?