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/tqlcdnumber-h.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqlcdnumber-h.html') diff --git a/doc/html/tqlcdnumber-h.html b/doc/html/tqlcdnumber-h.html index 9542d83be..f386063ed 100644 --- a/doc/html/tqlcdnumber-h.html +++ b/doc/html/tqlcdnumber-h.html @@ -146,11 +146,11 @@ private: void internalDisplay( const TQString &); void internalSetString( const TQString& s ); void drawString( const TQString& s, TQPainter &, TQBitArray * = 0, - bool = TRUE ); + bool = true ); //void drawString( const TQString &, TQPainter &, TQBitArray * = 0 ) const; void drawDigit( const TQPoint &, TQPainter &, int, char, char = ' ' ); - void drawSegment( const TQPoint &, char, TQPainter &, int, bool = FALSE ); + void drawSegment( const TQPoint &, char, TQPainter &, int, bool = false ); int ndigits; double val; -- cgit v1.2.3