summaryrefslogtreecommitdiffstats
path: root/kmail/kmfiltermgr.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-27 16:55:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-29 22:58:05 +0900
commita88d4d648a4ae2d7d7abd23916b49b41c1a867f3 (patch)
tree73aacc657e135ab179010d102fdbd7a0a9edc40d /kmail/kmfiltermgr.h
parent409b67ac0559a06dc58da81fc90f0ba959d6068c (diff)
downloadtdepim-a88d4d64.tar.gz
tdepim-a88d4d64.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8f878546e0a859e78dfc2c6ff7f08507347a76ea)
Diffstat (limited to 'kmail/kmfiltermgr.h')
-rw-r--r--kmail/kmfiltermgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmfiltermgr.h b/kmail/kmfiltermgr.h
index 70288a3a..a6805172 100644
--- a/kmail/kmfiltermgr.h
+++ b/kmail/kmfiltermgr.h
@@ -50,7 +50,7 @@ public:
void readConfig(void);
/** Store filter rules in config file. */
- void writeConfig(bool withSync=TRUE);
+ void writeConfig(bool withSync=true);
/** Open an edit dialog. If checkForEmptyFilterList is true, an empty filter
is created to improve the visibility of the dialog in case no filter
@@ -157,7 +157,7 @@ public:
/** Called from the folder manager when a folder is removed.
Tests if the folder aFolder is used in any action. Changes
- to aNewFolder folder in this case. Returns TRUE if a change
+ to aNewFolder folder in this case. Returns true if a change
occurred. */
bool folderRemoved(KMFolder* aFolder, KMFolder* aNewFolder);