diff options
Diffstat (limited to 'kmail/kmmsglist.h')
-rw-r--r-- | kmail/kmmsglist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmmsglist.h b/kmail/kmmsglist.h index 83d9e8db..04ff3176 100644 --- a/kmail/kmmsglist.h +++ b/kmail/kmmsglist.h @@ -64,13 +64,13 @@ public: /** Clear messages. If autoDelete is set (default) the messages are deleted. The array is not resized. If @p syncDict, also updates the message dictionary. */ - void clear(bool autoDelete=TRUE, bool syncDict = false); + void clear(bool autoDelete=true, bool syncDict = false); /** Resize array and initialize new elements if any. Returns - FALSE if memory cannot be allocated. */ + false if memory cannot be allocated. */ bool resize(unsigned int size); - /** Clear the array and resize it to given size. Returns FALSE + /** Clear the array and resize it to given size. Returns false if memory cannot be allocated. */ bool reset(unsigned int size); |