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/tqsimplerichtext-h.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqsimplerichtext-h.html') diff --git a/doc/html/tqsimplerichtext-h.html b/doc/html/tqsimplerichtext-h.html index 0326c5161..64d1ed6a1 100644 --- a/doc/html/tqsimplerichtext-h.html +++ b/doc/html/tqsimplerichtext-h.html @@ -99,7 +99,7 @@ public: TQSimpleRichText( const TQString& text, const TQFont& fnt, const TQString& context, const TQStyleSheet* sheet, const TQMimeSourceFactory* factory, int pageBreak = -1, - const TQColor& linkColor = TQt::blue, bool linkUnderline = TRUE ); + const TQColor& linkColor = TQt::blue, bool linkUnderline = true ); ~TQSimpleRichText(); void setWidth( int ); -- cgit v1.2.3