summaryrefslogtreecommitdiffstats
path: root/src/schedule.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-29 11:48:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-29 19:06:41 +0900
commitf8e06865b749bd589201376cd26f82615de517a0 (patch)
tree19aa19a732b8334b35442dfd11298726521f58cf /src/schedule.h
parenta6263d7d3b2d5021f3fb1ca4b8f6479c2c8eeae0 (diff)
downloadklamav-f8e06865.tar.gz
klamav-f8e06865.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 355597852b2532cf7fa2fceb25e46ae2bc08ef70)
Diffstat (limited to 'src/schedule.h')
-rw-r--r--src/schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schedule.h b/src/schedule.h
index 02018ac..da51a53 100644
--- a/src/schedule.h
+++ b/src/schedule.h
@@ -79,7 +79,7 @@ public:
/**
* Default Constructor
*/
- Schedule( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ Schedule( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
/**
* Default Destructor