From 8f878546e0a859e78dfc2c6ff7f08507347a76ea 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 --- kmail/messagecomposer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/messagecomposer.h') diff --git a/kmail/messagecomposer.h b/kmail/messagecomposer.h index 924b5bf4..24123759 100644 --- a/kmail/messagecomposer.h +++ b/kmail/messagecomposer.h @@ -77,7 +77,7 @@ public: /** * Applies the user changes to the message object of the composer - * and signs/encrypts the message if activated. Returns FALSE in + * and signs/encrypts the message if activated. Returns false in * case of an error (e.g. if PGP encryption fails). * If backgroundMode is true then no functions which might require * user interaction (like signing/encrypting) are performed -- cgit v1.2.3