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.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tquridrag.3qt b/doc/man/man3/tquridrag.3qt
index 384dfd60..c6144fd2 100644
--- a/doc/man/man3/tquridrag.3qt
+++ b/doc/man/man3/tquridrag.3qt
@@ -16,10 +16,10 @@ Inherits QStoredDrag.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQUriDrag\fR ( QStrList uris, QWidget * dragSource = 0, const char * name = 0 )"
+.BI "\fBQUriDrag\fR ( QStrList uris, TQWidget * dragSource = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQUriDrag\fR ( QWidget * dragSource = 0, const char * name = 0 )"
+.BI "\fBQUriDrag\fR ( TQWidget * dragSource = 0, const char * name = 0 )"
.br
.ti -1c
.BI "\fB~QUriDrag\fR ()"
@@ -40,16 +40,16 @@ Inherits QStoredDrag.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QString \fBuriToLocalFile\fR ( const char * uri )"
+.BI "TQString \fBuriToLocalFile\fR ( const char * uri )"
.br
.ti -1c
-.BI "QCString \fBlocalFileToUri\fR ( const QString & filename )"
+.BI "QCString \fBlocalFileToUri\fR ( const TQString & filename )"
.br
.ti -1c
-.BI "QString \fBuriToUnicodeUri\fR ( const char * uri )"
+.BI "TQString \fBuriToUnicodeUri\fR ( const char * uri )"
.br
.ti -1c
-.BI "QCString \fBunicodeUriToUri\fR ( const QString & uuri )"
+.BI "QCString \fBunicodeUriToUri\fR ( const TQString & uuri )"
.br
.ti -1c
.BI "bool \fBcanDecode\fR ( const QMimeSource * e )"
@@ -77,9 +77,9 @@ Static functions are provided to convert between filenames and URIs, e.g. uriToL
.PP
See also Drag And Drop Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QUriDrag::QUriDrag ( QStrList uris, QWidget * dragSource = 0, const char * name = 0 )"
+.SH "QUriDrag::QUriDrag ( QStrList uris, TQWidget * dragSource = 0, const char * name = 0 )"
Constructs an object to drag the list of URIs in \fIuris\fR. The \fIdragSource\fR and \fIname\fR arguments are passed on to QStoredDrag. Note that URIs are always in escaped UTF8 encoding.
-.SH "QUriDrag::QUriDrag ( QWidget * dragSource = 0, const char * name = 0 )"
+.SH "QUriDrag::QUriDrag ( TQWidget * dragSource = 0, const char * name = 0 )"
Constructs an object to drag. You must call setUris() before you start the drag(). Passes \fIdragSource\fR and \fIname\fR to the QStoredDrag constructor.
.SH "QUriDrag::~QUriDrag ()"
Destroys the object.
@@ -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 QUriDrag::localFileToUri ( const QString & filename )\fC [static]\fR"
+.SH "QCString QUriDrag::localFileToUri ( const TQString & filename )\fC [static]\fR"
Returns the URI equivalent to the absolute local file \fIfilename\fR.
.PP
See also uriToLocalFile().
@@ -123,11 +123,11 @@ 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 QUriDrag::unicodeUriToUri ( const QString & uuri )\fC [static]\fR"
+.SH "QCString QUriDrag::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().
-.SH "QString QUriDrag::uriToLocalFile ( const char * uri )\fC [static]\fR"
+.SH "TQString QUriDrag::uriToLocalFile ( const char * uri )\fC [static]\fR"
Returns the name of a local file equivalent to \fIuri\fR or a null string if \fIuri\fR is not a local file.
.PP
Note that URIs are always in escaped UTF8 encoding.
@@ -135,7 +135,7 @@ Note that URIs are always in escaped UTF8 encoding.
See also localFileToUri().
.PP
Example: dirview/dirview.cpp.
-.SH "QString QUriDrag::uriToUnicodeUri ( const char * uri )\fC [static]\fR"
+.SH "TQString QUriDrag::uriToUnicodeUri ( const char * uri )\fC [static]\fR"
Returns the Unicode URI (only useful for displaying to humans) equivalent of \fIuri\fR.
.PP
Note that URIs are always in escaped UTF8 encoding.