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/tqt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqt.html') diff --git a/doc/html/tqt.html b/doc/html/tqt.html index 1c71cbbf1..bf547a8b4 100644 --- a/doc/html/tqt.html +++ b/doc/html/tqt.html @@ -803,7 +803,7 @@ string.
  • TQt::RichText - The text string is interpreted as a rich text string using the current TQStyleSheet::defaultSheet().
  • TQt::AutoText - The text string is interpreted as for RichText -if TQStyleSheet::mightBeRichText() returns TRUE, otherwise as +if TQStyleSheet::mightBeRichText() returns true, otherwise as PlainText.
  • TQt::LogText - A special, limited text format which is only used by TQTextEdit in an optimized mode. -- cgit v1.2.3