summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqicondrag.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqicondrag.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqicondrag.3qt')
-rw-r--r--doc/man/man3/tqicondrag.3qt8
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.