summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqicondrag.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqicondrag.3qt')
-rw-r--r--doc/man/man3/tqicondrag.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqicondrag.3qt b/doc/man/man3/tqicondrag.3qt
index 26bf7bdef..203a15b4a 100644
--- a/doc/man/man3/tqicondrag.3qt
+++ b/doc/man/man3/tqicondrag.3qt
@@ -11,7 +11,7 @@ TQIconDrag \- Supports drag and drop operations within a TQIconView
.SH SYNOPSIS
\fC#include <tqiconview.h>\fR
.PP
-Inherits QDragObject.
+Inherits TQDragObject.
.PP
.SS "Public Members"
.in +1c
@@ -31,7 +31,7 @@ Inherits QDragObject.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "bool \fBcanDecode\fR ( QMimeSource * e )"
+.BI "bool \fBcanDecode\fR ( TQMimeSource * e )"
.br
.in -1c
.SH DESCRIPTION
@@ -41,11 +41,11 @@ A TQIconDrag object is used to maintain information about the positions of dragg
.PP
If you want to use the extended drag-and-drop functionality of TQIconView, create a TQIconDrag object in a reimplementation of TQIconView::dragObject(). Then create a TQIconDragItem for each item which should be dragged, set the data it represents with TQIconDragItem::setData(), and add each TQIconDragItem to the drag object using append().
.PP
-The data in TQIconDragItems is stored in a QByteArray and is mime-typed (see QMimeSource 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().
+The data in TQIconDragItems is stored in a QByteArray 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.
.PP
-See also QMimeSource::format() and Drag And Drop Classes.
+See also TQMimeSource::format() and Drag And Drop Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQIconDrag::TQIconDrag ( TQWidget * dragSource, const char * name = 0 )"
Constructs a drag object called \fIname\fR, which is a child of \fIdragSource\fR.
@@ -59,7 +59,7 @@ Append the TQIconDragItem, \fIi\fR, to the TQIconDrag object's list of items. Yo
See also TQIconDragItem.
.PP
Example: fileiconview/qfileiconview.cpp.
-.SH "bool TQIconDrag::canDecode ( QMimeSource * e )\fC [static]\fR"
+.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.
@@ -68,7 +68,7 @@ Returns the encoded data of the drag object if \fImime\fR is application/x-qicon
.PP
Example: fileiconview/qfileiconview.cpp.
.PP
-Reimplemented from QMimeSource.
+Reimplemented from TQMimeSource.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqicondrag.html