diff options
Diffstat (limited to 'doc/man/man3/tqicondrag.3qt')
-rw-r--r-- | doc/man/man3/tqicondrag.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqicondrag.3qt b/doc/man/man3/tqicondrag.3qt index a6e25eb2e..ca838bfaf 100644 --- a/doc/man/man3/tqicondrag.3qt +++ b/doc/man/man3/tqicondrag.3qt @@ -43,7 +43,7 @@ If you want to use the extended drag-and-drop functionality of TQIconView, creat .PP The data in TQIconDragItems is stored in a TQByteArray and is mime-typed (see TQMimeSource and the Drag and Drop overview). If you want to use your own mime-types derive a class from TQIconDrag and reimplement format(), encodedData() and canDecode(). .PP -The fileiconview example program demonstrates the use of the TQIconDrag class including subclassing and reimplementing dragObject(), format(), encodedData() and canDecode(). See the files \fCqt/examples/fileiconview/qfileiconview.h\fR and \fCqt/examples/fileiconview/qfileiconview.cpp\fR. +The fileiconview example program demonstrates the use of the TQIconDrag class including subclassing and reimplementing dragObject(), format(), encodedData() and canDecode(). See the files \fCqt/examples/fileiconview/tqfileiconview.h\fR and \fCqt/examples/fileiconview/tqfileiconview.cpp\fR. .PP See also TQMimeSource::format() and Drag And Drop Classes. .SH MEMBER FUNCTION DOCUMENTATION @@ -58,15 +58,15 @@ Append the TQIconDragItem, \fIi\fR, to the TQIconDrag object's list of items. Yo .PP See also TQIconDragItem. .PP -Example: fileiconview/qfileiconview.cpp. +Example: fileiconview/tqfileiconview.cpp. .SH "bool TQIconDrag::canDecode ( TQMimeSource * e )\fC [static]\fR" Returns TRUE if \fIe\fR can be decoded by the TQIconDrag, otherwise return FALSE. .PP -Example: fileiconview/qfileiconview.cpp. +Example: fileiconview/tqfileiconview.cpp. .SH "TQByteArray TQIconDrag::encodedData ( const char * mime ) const\fC [virtual]\fR" Returns the encoded data of the drag object if \fImime\fR is application/x-qiconlist. .PP -Example: fileiconview/qfileiconview.cpp. +Example: fileiconview/tqfileiconview.cpp. .PP Reimplemented from TQMimeSource. |