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/kmfolderdir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/kmfolderdir.h') diff --git a/kmail/kmfolderdir.h b/kmail/kmfolderdir.h index 30bd529c..18f1cbc5 100644 --- a/kmail/kmfolderdir.h +++ b/kmail/kmfolderdir.h @@ -42,7 +42,7 @@ public: /** URL of the node for visualization purposes. */ virtual TQString prettyURL() const; - /** Create a mail folder in this directory with given name. If sysFldr==TRUE + /** Create a mail folder in this directory with given name. If sysFldr==true the folder is marked as a (KMail) system folder. Returns Folder on success. */ virtual KMFolder* createFolder( const TQString& folderName, -- cgit v1.2.3