summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tquridrag.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tquridrag.3qt')
-rw-r--r--doc/man/man3/tquridrag.3qt8
1 files changed, 4 insertions, 4 deletions
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().