summaryrefslogtreecommitdiffstats
path: root/doc/src/paintsystem.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/paintsystem.qdoc')
-rw-r--r--doc/src/paintsystem.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/paintsystem.qdoc b/doc/src/paintsystem.qdoc
index a75908b..c2434e0 100644
--- a/doc/src/paintsystem.qdoc
+++ b/doc/src/paintsystem.qdoc
@@ -121,7 +121,7 @@
Normally, QPainter draws in a "natural" coordinate system, but it
is able to perform view and world transformations using the
- QMatrix class. For more information, see \l {The Coordinate
+ QTransform class. For more information, see \l {The Coordinate
System} documentation which also describes the rendering process,
i.e. the relation between the logical representation and the
rendered pixels, and the benefits of anti-aliased painting.