From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqicondragitem.3qt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/man/man3/tqicondragitem.3qt') diff --git a/doc/man/man3/tqicondragitem.3qt b/doc/man/man3/tqicondragitem.3qt index 21a1b877c..b048ce797 100644 --- a/doc/man/man3/tqicondragitem.3qt +++ b/doc/man/man3/tqicondragitem.3qt @@ -20,10 +20,10 @@ TQIconDragItem \- Encapsulates a drag item .BI "virtual \fB~TQIconDragItem\fR ()" .br .ti -1c -.BI "virtual QByteArray \fBdata\fR () const" +.BI "virtual TQByteArray \fBdata\fR () const" .br .ti -1c -.BI "virtual void \fBsetData\fR ( const QByteArray & d )" +.BI "virtual void \fBsetData\fR ( const TQByteArray & d )" .br .in -1c .SH DESCRIPTION @@ -43,10 +43,10 @@ See also Drag And Drop Classes. Constructs a TQIconDragItem with no data. .SH "TQIconDragItem::~TQIconDragItem ()\fC [virtual]\fR" Destructor. -.SH "QByteArray TQIconDragItem::data () const\fC [virtual]\fR" +.SH "TQByteArray TQIconDragItem::data () const\fC [virtual]\fR" Returns the data contained in the TQIconDragItem. -.SH "void TQIconDragItem::setData ( const QByteArray & d )\fC [virtual]\fR" -Sets the data for the TQIconDragItem to the data stored in the QByteArray \fId\fR. +.SH "void TQIconDragItem::setData ( const TQByteArray & d )\fC [virtual]\fR" +Sets the data for the TQIconDragItem to the data stored in the TQByteArray \fId\fR. .PP Example: fileiconview/qfileiconview.cpp. -- cgit v1.2.3