summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvas.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvas.3qt')
-rw-r--r--doc/man/man3/tqcanvas.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqcanvas.3qt b/doc/man/man3/tqcanvas.3qt
index b8a425717..2a44079d3 100644
--- a/doc/man/man3/tqcanvas.3qt
+++ b/doc/man/man3/tqcanvas.3qt
@@ -181,7 +181,7 @@ Two or more TQCanvasView objects can view the same canvas.
An arbitrary transformation matrix can be set on each TQCanvasView which makes it easy to zoom, rotate or shear the viewed canvas.
.IP
.TP
-Widgets provide a lot more functionality, such as input (TQKeyEvent, QMouseEvent etc.) and layout management (TQGridLayout etc.).
+Widgets provide a lot more functionality, such as input (TQKeyEvent, TQMouseEvent etc.) and layout management (TQGridLayout etc.).
.IP
.PP
A canvas consists of a background, a number of canvas items organized by x, y and z coordinates, and a foreground. A canvas item's z coordinate can be treated as a layer number -- canvas items with a higher z coordinate appear in front of canvas items with a lower z coordinate.