From 355597852b2532cf7fa2fceb25e46ae2bc08ef70 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 29 Mar 2025 11:48:11 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- src/dbviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbviewer.cpp') 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 ) -- cgit v1.2.3