summaryrefslogtreecommitdiffstats
path: root/kjsembed/tools/headers/qtimer.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-29 13:40:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-06-30 10:21:30 +0900
commit457d756c0ba83acdb3405446e23100468b768c2e (patch)
tree761f72a842a3095537016b59ff03116419e86991 /kjsembed/tools/headers/qtimer.h
parente3d93d88bfa9b4112625971d3b64bca889a21581 (diff)
downloadtdebindings-457d756c.tar.gz
tdebindings-457d756c.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1450fdc10ca35a40b47054f418ff25b1ebba6503)
Diffstat (limited to 'kjsembed/tools/headers/qtimer.h')
-rw-r--r--kjsembed/tools/headers/qtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tools/headers/qtimer.h b/kjsembed/tools/headers/qtimer.h
index b1ce519e..35fd16b5 100644
--- a/kjsembed/tools/headers/qtimer.h
+++ b/kjsembed/tools/headers/qtimer.h
@@ -52,7 +52,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();