summaryrefslogtreecommitdiffstats
path: root/doc/src/porting
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-05-20 15:05:08 +0200
committerMartin Smith <martin.smith@nokia.com>2010-05-20 15:05:08 +0200
commitd987e048f542a4c85c640b36d116bb408dd029fd (patch)
treeabcd94aed21b80fdaedcb03f73f1b440968b2b73 /doc/src/porting
parent107e3a1c1b12057de67ebc20dd435996db9ea4e2 (diff)
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/porting')
-rw-r--r--doc/src/porting/porting4-canvas.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/porting/porting4-canvas.qdoc b/doc/src/porting/porting4-canvas.qdoc
index b69f53b5d6..592f430888 100644
--- a/doc/src/porting/porting4-canvas.qdoc
+++ b/doc/src/porting/porting4-canvas.qdoc
@@ -56,7 +56,7 @@
number of custom-made 2D graphical items, and a view widget for
visualizing the items, with support for zooming and rotation. Graphics
View was introduced in Qt 4.2, replacing its predecessor, QCanvas. For
- more on Graphics View, see \l{The Graphics View Framework}.
+ more on Graphics View, see \l{Graphics View Framework}.
This document walks through the steps needed, class by class and function
by function, to port a QCanvas application to Graphics View.