diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-29 11:48:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-29 19:04:11 +0900 |
| commit | 355597852b2532cf7fa2fceb25e46ae2bc08ef70 (patch) | |
| tree | acaca2f7a2cee510d7cfddf066d1b1a5c507d010 /src/schedule.h | |
| parent | 321205fac0871f42bbe73b25f4a445320079c6f1 (diff) | |
| download | klamav-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.h | 2 |
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 |
