summaryrefslogtreecommitdiffstats
path: root/doc/src/porting/porting4-canvas.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/porting/porting4-canvas.qdoc')
-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 b69f53b..592f430 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.