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/tqtimer-h.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqtimer-h.html') diff --git a/doc/html/tqtimer-h.html b/doc/html/tqtimer-h.html index b2c56b85e..110e8e9bb 100644 --- a/doc/html/tqtimer-h.html +++ b/doc/html/tqtimer-h.html @@ -90,7 +90,7 @@ public: bool isActive() const; - int start( int msec, bool sshot = FALSE ); + int start( int msec, bool sshot = false ); void changeInterval( int msec ); void stop(); -- cgit v1.2.3