diff options
Diffstat (limited to 'libkcal/htmlexport.h')
-rw-r--r-- | libkcal/htmlexport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/htmlexport.h b/libkcal/htmlexport.h index 1a209e17a..0fbe8022d 100644 --- a/libkcal/htmlexport.h +++ b/libkcal/htmlexport.h @@ -51,7 +51,7 @@ class KDE_EXPORT HtmlExport /** Writes out the calendar in HTML format. */ - bool save( const TQString &fileName = TQString::null ); + bool save( const TQString &fileName = TQString() ); /** Writes out calendar to text stream. |