From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tquridrag.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/tquridrag.html') diff --git a/doc/html/tquridrag.html b/doc/html/tquridrag.html index bab4c1fa1..03251314f 100644 --- a/doc/html/tquridrag.html +++ b/doc/html/tquridrag.html @@ -96,15 +96,15 @@ Destroys the object.

bool TQUriDrag::canDecode ( const TQMimeSource * e ) [static]

-Returns TRUE if decode() would be able to decode e; otherwise -returns FALSE. +Returns true if decode() would be able to decode e; otherwise +returns false.

bool TQUriDrag::decode ( const TQMimeSource * e, TQStrList & l ) [static]

Decodes URIs from e, placing the result in l (which is first cleared). -

Returns TRUE if e contained a valid list of URIs; otherwise -returns FALSE. +

Returns true if e contained a valid list of URIs; otherwise +returns false.

Example: dirview/dirview.cpp.

bool TQUriDrag::decodeLocalFiles ( const TQMimeSource * e, TQStringList & l ) [static] @@ -112,8 +112,8 @@ returns FALSE. Decodes URIs from the mime source event e, converts them to local files if they refer to local files, and places them in l (which is first cleared). -

Returns TRUE if contained a valid list of URIs; otherwise -returns FALSE. The list will be empty if no URIs were local files. +

Returns true if contained a valid list of URIs; otherwise +returns false. The list will be empty if no URIs were local files.

Example: fileiconview/tqfileiconview.cpp.

bool TQUriDrag::decodeToUnicodeUris ( const TQMimeSource * e, TQStringList & l ) [static] @@ -121,8 +121,8 @@ returns FALSE. The list will be empty if no URIs were local files. Decodes URIs from the mime source event e, converts them to Unicode URIs (only useful for displaying to humans), placing them in l (which is first cleared). -

Returns TRUE if contained a valid list of URIs; otherwise -returns FALSE. +

Returns true if contained a valid list of URIs; otherwise +returns false.

TQCString TQUriDrag::localFileToUri ( const TQString & filename ) [static]

-- cgit v1.2.3