summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextdrag.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtextdrag.3qt')
-rw-r--r--doc/man/man3/tqtextdrag.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtextdrag.3qt b/doc/man/man3/tqtextdrag.3qt
index 9573071c..baa3d000 100644
--- a/doc/man/man3/tqtextdrag.3qt
+++ b/doc/man/man3/tqtextdrag.3qt
@@ -28,7 +28,7 @@ Inherits TQDragObject.
.BI "virtual void \fBsetText\fR ( const TQString & text )"
.br
.ti -1c
-.BI "virtual void \fBsetSubtype\fR ( const QCString & st )"
+.BI "virtual void \fBsetSubtype\fR ( const TQCString & st )"
.br
.in -1c
.SS "Static Public Members"
@@ -40,7 +40,7 @@ Inherits TQDragObject.
.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQString & str )"
.br
.ti -1c
-.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQString & str, QCString & subtype )"
+.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQString & str, TQCString & subtype )"
.br
.in -1c
.SH DESCRIPTION
@@ -72,13 +72,13 @@ Attempts to decode the dropped information in \fIe\fR into \fIstr\fR. Returns TR
See also canDecode().
.PP
Example: iconview/simple_dd/main.cpp.
-.SH "bool TQTextDrag::decode ( const TQMimeSource * e, TQString & str, QCString & subtype )\fC [static]\fR"
+.SH "bool TQTextDrag::decode ( const TQMimeSource * e, TQString & str, TQCString & subtype )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Attempts to decode the dropped information in \fIe\fR into \fIstr\fR. Returns TRUE if successful; otherwise returns FALSE. If \fIsubtype\fR is null, any text subtype is accepted; otherwise only the specified \fIsubtype\fR is accepted.
.PP
See also canDecode().
-.SH "void TQTextDrag::setSubtype ( const QCString & st )\fC [virtual]\fR"
+.SH "void TQTextDrag::setSubtype ( const TQCString & st )\fC [virtual]\fR"
Sets the MIME subtype of the text being dragged to \fIst\fR. The default subtype is "plain", so the default MIME type of the text is "text/plain". You might use this to declare that the text is" text/html" by calling setSubtype("html").
.SH "void TQTextDrag::setText ( const TQString & text )\fC [virtual]\fR"
Sets the text to be dragged to \fItext\fR. You will need to call this