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/tqcolordrag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqcolordrag.html') diff --git a/doc/html/tqcolordrag.html b/doc/html/tqcolordrag.html index ead839f08..2e6636095 100644 --- a/doc/html/tqcolordrag.html +++ b/doc/html/tqcolordrag.html @@ -73,8 +73,8 @@ Constructs a color drag object with a white color. Passes dragsource an

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

-Returns TRUE if the color drag object can decode the mime source -e; otherwise returns FALSE. +Returns true if the color drag object can decode the mime source +e; otherwise returns false.

bool TQColorDrag::decode ( TQMimeSource * e, TQColor & col ) [static]

-- cgit v1.2.3