summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvasitemlist.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvasitemlist.3qt')
-rw-r--r--doc/man/man3/tqcanvasitemlist.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcanvasitemlist.3qt b/doc/man/man3/tqcanvasitemlist.3qt
index 258d9fd29..f3be5b4dc 100644
--- a/doc/man/man3/tqcanvasitemlist.3qt
+++ b/doc/man/man3/tqcanvasitemlist.3qt
@@ -11,7 +11,7 @@ TQCanvasItemList \- List of TQCanvasItems
.SH SYNOPSIS
\fC#include <tqcanvas.h>\fR
.PP
-Inherits QValueList<TQCanvasItem * >.
+Inherits TQValueList<TQCanvasItem * >.
.PP
.SS "Public Members"
.in +1c
@@ -22,9 +22,9 @@ Inherits QValueList<TQCanvasItem * >.
.SH DESCRIPTION
The TQCanvasItemList class is a list of TQCanvasItems.
.PP
-TQCanvasItemList is a QValueList of pointers to TQCanvasItems. This class is used by some methods in TQCanvas that need to return a list of canvas items.
+TQCanvasItemList is a TQValueList of pointers to TQCanvasItems. This class is used by some methods in TQCanvas that need to return a list of canvas items.
.PP
-The QValueList documentation describes how to use this list.
+The TQValueList documentation describes how to use this list.
.PP
See also Graphics Classes and Image Processing Classes.
.SH MEMBER FUNCTION DOCUMENTATION