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/dbviewer.cpp | |
| 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/dbviewer.cpp')
| -rw-r--r-- | src/dbviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbviewer.cpp b/src/dbviewer.cpp index c127d58..d5f3f83 100644 --- a/src/dbviewer.cpp +++ b/src/dbviewer.cpp @@ -52,7 +52,7 @@ using namespace KlamAV; * name 'name' and widget flags set to 'f'. * * The dialog will by default be modeless, unless you set 'modal' to - * TRUE to construct a modal dialog. + * true to construct a modal dialog. */ KlamDB::KlamDB( TQWidget* parent, const char* name, bool modal, WFlags fl ) : TQDialog( parent, name, modal, fl ) |
