From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tquridrag.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tquridrag.3qt') diff --git a/doc/man/man3/tquridrag.3qt b/doc/man/man3/tquridrag.3qt index 2093eacef..3becd127f 100644 --- a/doc/man/man3/tquridrag.3qt +++ b/doc/man/man3/tquridrag.3qt @@ -43,13 +43,13 @@ Inherits TQStoredDrag. .BI "TQString \fBuriToLocalFile\fR ( const char * uri )" .br .ti -1c -.BI "QCString \fBlocalFileToUri\fR ( const TQString & filename )" +.BI "TQCString \fBlocalFileToUri\fR ( const TQString & filename )" .br .ti -1c .BI "TQString \fBuriToUnicodeUri\fR ( const char * uri )" .br .ti -1c -.BI "QCString \fBunicodeUriToUri\fR ( const TQString & uuri )" +.BI "TQCString \fBunicodeUriToUri\fR ( const TQString & uuri )" .br .ti -1c .BI "bool \fBcanDecode\fR ( const TQMimeSource * e )" @@ -101,7 +101,7 @@ Example: fileiconview/qfileiconview.cpp. Decodes URIs from the mime source event \fIe\fR, converts them to Unicode URIs (only useful for displaying to humans), placing them in \fIl\fR (which is first cleared). .PP Returns TRUE if \fIcontained\fR a valid list of URIs; otherwise returns FALSE. -.SH "QCString TQUriDrag::localFileToUri ( const TQString & filename )\fC [static]\fR" +.SH "TQCString TQUriDrag::localFileToUri ( const TQString & filename )\fC [static]\fR" Returns the URI equivalent to the absolute local file \fIfilename\fR. .PP See also uriToLocalFile(). @@ -123,7 +123,7 @@ See also localFileToUri() and setUris(). Changes the list of \fIuris\fR to be dragged. .PP Note that URIs are always in escaped UTF8 encoding. -.SH "QCString TQUriDrag::unicodeUriToUri ( const TQString & uuri )\fC [static]\fR" +.SH "TQCString TQUriDrag::unicodeUriToUri ( const TQString & uuri )\fC [static]\fR" Returns the URI equivalent of the Unicode URI given in \fIuuri\fR (only useful for displaying to humans). .PP See also uriToLocalFile(). -- cgit v1.2.1