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/dclock-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/dclock-example.html') diff --git a/doc/html/dclock-example.html b/doc/html/dclock-example.html index 0cdfcda25..e81d9a492 100644 --- a/doc/html/dclock-example.html +++ b/doc/html/dclock-example.html @@ -101,7 +101,7 @@ private: // internal data DigitalClock::DigitalClock( TQWidget *parent, const char *name ) : TQLCDNumber( parent, name ) { - showingColon = FALSE; + showingColon = false; setFrameStyle( TQFrame::Panel | TQFrame::Raised ); setLineWidth( 2 ); // set frame line width showTime(); // display the current time -- cgit v1.2.3