diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqicondragitem.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqicondragitem.3qt')
-rw-r--r-- | doc/man/man3/tqicondragitem.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
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. |