diff options
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 ) |
