diff options
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. |