summaryrefslogtreecommitdiffstats
path: root/src/dbviewer.cpp
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/dbviewer.cpp
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/dbviewer.cpp')
-rw-r--r--src/dbviewer.cpp2
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 )