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:04:11 +0900
commit355597852b2532cf7fa2fceb25e46ae2bc08ef70 (patch)
treeacaca2f7a2cee510d7cfddf066d1b1a5c507d010 /src/schedule.h
parent321205fac0871f42bbe73b25f4a445320079c6f1 (diff)
downloadklamav-355597852b2532cf7fa2fceb25e46ae2bc08ef70.tar.gz
klamav-355597852b2532cf7fa2fceb25e46ae2bc08ef70.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 3ed8d04..4226dbb 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