diff options
Diffstat (limited to 'libkcal/calformat.h')
-rw-r--r-- | libkcal/calformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calformat.h b/libkcal/calformat.h index 59c585538..b3b7160db 100644 --- a/libkcal/calformat.h +++ b/libkcal/calformat.h @@ -95,7 +95,7 @@ class LIBKCAL_EXPORT CalFormat Set exception for this object. This is used by the functions of this class to report errors. */ - void setException(ErrorFormat *error); + void setException( ErrorFormat *error ); protected: TQString mLoadedProductId; // PRODID string loaded from calendar file |