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:06:41 +0900 |
| commit | f8e06865b749bd589201376cd26f82615de517a0 (patch) | |
| tree | 19aa19a732b8334b35442dfd11298726521f58cf /src/dbviewer.cpp | |
| parent | a6263d7d3b2d5021f3fb1ca4b8f6479c2c8eeae0 (diff) | |
| download | klamav-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/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 5216cbd..3655dd1 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 ) |
