diff options
Diffstat (limited to 'kmail/accountmanager.h')
-rw-r--r-- | kmail/accountmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/accountmanager.h b/kmail/accountmanager.h index 31519117..edffac54 100644 --- a/kmail/accountmanager.h +++ b/kmail/accountmanager.h @@ -68,7 +68,7 @@ public: KMAccount* find( const uint id ) const; /** Physically remove account. Also deletes the given account object ! - Returns FALSE and does nothing if the account cannot be removed. */ + Returns false and does nothing if the account cannot be removed. */ bool remove( KMAccount* ); /** First account of the list */ |