From a88d4d648a4ae2d7d7abd23916b49b41c1a867f3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Apr 2025 16:55:48 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 8f878546e0a859e78dfc2c6ff7f08507347a76ea) --- kmail/composer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/composer.h') diff --git a/kmail/composer.h b/kmail/composer.h index b02a2418..ba2ab035 100644 --- a/kmail/composer.h +++ b/kmail/composer.h @@ -83,7 +83,7 @@ namespace KMail { public: // kmkernel, callback /** * If this flag is set the message of the composer is deleted when - * the composer is closed and the message was not sent. Default: FALSE + * the composer is closed and the message was not sent. Default: false */ virtual void setAutoDelete( bool f ) = 0; -- cgit v1.2.3