summaryrefslogtreecommitdiffstats
path: root/libkcal/calformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/calformat.h')
-rw-r--r--libkcal/calformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calformat.h b/libkcal/calformat.h
index b3b7160d..39bd98bf 100644
--- a/libkcal/calformat.h
+++ b/libkcal/calformat.h
@@ -50,7 +50,7 @@ class LIBKCAL_EXPORT CalFormat
/**
loads a calendar on disk into the calendar associated with this format.
- Returns TRUE if successful,else returns FALSE.
+ Returns true if successful,else returns false.
@param fileName the name of the calendar on disk.
*/
virtual bool load(Calendar *, const TQString &fileName) = 0;