diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:32:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:59:34 +0900 |
commit | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch) | |
tree | d6d15d07cb34e5443a10b71f91adee1473906263 /doc/man/man3/tqcanvasitemlist.3qt | |
parent | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff) | |
download | tqt-68b81013.tar.gz tqt-68b81013.zip |
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcanvasitemlist.3qt')
-rw-r--r-- | doc/man/man3/tqcanvasitemlist.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqcanvasitemlist.3qt b/doc/man/man3/tqcanvasitemlist.3qt index fe692c124..258d9fd29 100644 --- a/doc/man/man3/tqcanvasitemlist.3qt +++ b/doc/man/man3/tqcanvasitemlist.3qt @@ -1,5 +1,5 @@ '\" t -.TH QCanvasItemList 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQCanvasItemList 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,32 +7,32 @@ .ad l .nh .SH NAME -QCanvasItemList \- List of QCanvasItems +TQCanvasItemList \- List of TQCanvasItems .SH SYNOPSIS -\fC#include <ntqcanvas.h>\fR +\fC#include <tqcanvas.h>\fR .PP -Inherits QValueList<QCanvasItem * >. +Inherits QValueList<TQCanvasItem * >. .PP .SS "Public Members" .in +1c .ti -1c -.BI "QCanvasItemList \fBoperator+\fR ( const QCanvasItemList & l ) const" +.BI "TQCanvasItemList \fBoperator+\fR ( const TQCanvasItemList & l ) const" .br .in -1c .SH DESCRIPTION -The QCanvasItemList class is a list of QCanvasItems. +The TQCanvasItemList class is a list of TQCanvasItems. .PP -QCanvasItemList is a QValueList of pointers to QCanvasItems. This class is used by some methods in QCanvas that need to return a list of canvas items. +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. .PP The QValueList documentation describes how to use this list. .PP See also Graphics Classes and Image Processing Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QCanvasItemList QCanvasItemList::operator+ ( const QCanvasItemList & l ) const" +.SH "TQCanvasItemList TQCanvasItemList::operator+ ( const TQCanvasItemList & l ) const" Returns the concatenation of this list and list \fIl\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcanvasitemlist.html +.BR http://doc.trolltech.com/tqcanvasitemlist.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |