diff options
Diffstat (limited to 'libkcal/icalformatimpl.h')
-rw-r--r-- | libkcal/icalformatimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/icalformatimpl.h b/libkcal/icalformatimpl.h index 0019f2bf0..75a3a5a19 100644 --- a/libkcal/icalformatimpl.h +++ b/libkcal/icalformatimpl.h @@ -84,7 +84,7 @@ class ICalFormatImpl static icaltimetype writeICalDate(const QDate &); static QDate readICalDate(icaltimetype); icaltimetype writeICalDateTime(const QDateTime &); - QDateTime readICalDateTime( icaltimetype&, icaltimezone* tz = 0 ); + QDateTime readICalDateTime( icalproperty*, icaltimetype&, icaltimezone* tz = 0 ); static icaldurationtype writeICalDuration(int seconds); static int readICalDuration(icaldurationtype); static icaldatetimeperiodtype writeICalDatePeriod( const QDate &date ); |