diff options
Diffstat (limited to 'doc/man/man3/tquridrag.3qt')
| -rw-r--r-- | doc/man/man3/tquridrag.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tquridrag.3qt b/doc/man/man3/tquridrag.3qt index 38de28a97..a5f3fe70d 100644 --- a/doc/man/man3/tquridrag.3qt +++ b/doc/man/man3/tquridrag.3qt @@ -84,23 +84,23 @@ Constructs an object to drag. You must call setUris() before you start the drag( .SH "TQUriDrag::~TQUriDrag ()" Destroys the object. .SH "bool TQUriDrag::canDecode ( const TQMimeSource * e )\fC [static]\fR" -Returns TRUE if decode() would be able to decode \fIe\fR; otherwise returns FALSE. +Returns true if decode() would be able to decode \fIe\fR; otherwise returns false. .SH "bool TQUriDrag::decode ( const TQMimeSource * e, TQStrList & l )\fC [static]\fR" Decodes URIs from \fIe\fR, placing the result in \fIl\fR (which is first cleared). .PP -Returns TRUE if \fIe\fR contained a valid list of URIs; otherwise returns FALSE. +Returns true if \fIe\fR contained a valid list of URIs; otherwise returns false. .PP Example: dirview/dirview.cpp. .SH "bool TQUriDrag::decodeLocalFiles ( const TQMimeSource * e, TQStringList & l )\fC [static]\fR" Decodes URIs from the mime source event \fIe\fR, converts them to local files if they refer to local files, and places them in \fIl\fR (which is first cleared). .PP -Returns TRUE if \fIcontained\fR a valid list of URIs; otherwise returns FALSE. The list will be empty if no URIs were local files. +Returns true if \fIcontained\fR a valid list of URIs; otherwise returns false. The list will be empty if no URIs were local files. .PP Example: fileiconview/tqfileiconview.cpp. .SH "bool TQUriDrag::decodeToUnicodeUris ( const TQMimeSource * e, TQStringList & l )\fC [static]\fR" 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. +Returns true if \fIcontained\fR a valid list of URIs; otherwise returns false. .SH "TQCString TQUriDrag::localFileToUri ( const TQString & filename )\fC [static]\fR" Returns the URI equivalent to the absolute local file \fIfilename\fR. .PP |
