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/tqicondrag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqicondrag.html') diff --git a/doc/html/tqicondrag.html b/doc/html/tqicondrag.html index 263e46f65..437a09de7 100644 --- a/doc/html/tqicondrag.html +++ b/doc/html/tqicondrag.html @@ -99,8 +99,8 @@ the textual caption, tr.

Example: fileiconview/tqfileiconview.cpp.

bool TQIconDrag::canDecode ( TQMimeSource * e ) [static]

-Returns TRUE if e can be decoded by the TQIconDrag, otherwise -return FALSE. +Returns true if e can be decoded by the TQIconDrag, otherwise +return false.

Example: fileiconview/tqfileiconview.cpp.

TQByteArray TQIconDrag::encodedData ( const char * mime ) const [virtual] -- cgit v1.2.3