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/tqmacmime.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqmacmime.html') diff --git a/doc/html/tqmacmime.html b/doc/html/tqmacmime.html index 38e4a7797..cc397853a 100644 --- a/doc/html/tqmacmime.html +++ b/doc/html/tqmacmime.html @@ -102,8 +102,8 @@ Returns a list of all currently defined TQMacMime objects of type t.

bool TQMacMime::canConvert ( const char * mime, int flav ) [pure virtual]

-

Returns TRUE if the convertor can convert (both ways) between -mime and flav; otherwise returns FALSE. +

Returns true if the convertor can convert (both ways) between +mime and flav; otherwise returns false.

All subclasses must reimplement this pure virtual function.

TQValueList<TQByteArray> TQMacMime::convertFromMime ( TQByteArray data, const char * mime, int flav ) [pure virtual] -- cgit v1.2.3