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/tqmimesource.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqmimesource.html') diff --git a/doc/html/tqmimesource.html b/doc/html/tqmimesource.html index c12c425ae..8852c660e 100644 --- a/doc/html/tqmimesource.html +++ b/doc/html/tqmimesource.html @@ -83,7 +83,7 @@ format.

Reimplemented in TQDropEvent.

bool TQMimeSource::provides ( const char * mimeType ) const [virtual]

-Returns TRUE if the object can provide the data in format mimeType; otherwise returns FALSE. +Returns true if the object can provide the data in format mimeType; otherwise returns false.

If you inherit from TQMimeSource, for consistency reasons it is better to implement the more abstract canDecode() functions such as TQTextDrag::canDecode() and TQImageDrag::canDecode(). -- cgit v1.2.3