diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqtextdrag.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqtextdrag.3qt')
-rw-r--r-- | doc/man/man3/tqtextdrag.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtextdrag.3qt b/doc/man/man3/tqtextdrag.3qt index 9573071ca..baa3d0001 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 |