summaryrefslogtreecommitdiffstats
path: root/libkcal/icalformatimpl.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-05-21 07:58:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-05-21 07:58:43 +0000
commit45c9a75f1220817f57304df51e018f8cc66aaea4 (patch)
tree821754a5253a5b8bc0a99358b7ce46605e8528e6 /libkcal/icalformatimpl.h
parent54272a84181a3910ae4687932e58ab9f59bcd758 (diff)
downloadtdepim-45c9a75f1220817f57304df51e018f8cc66aaea4.tar.gz
tdepim-45c9a75f1220817f57304df51e018f8cc66aaea4.zip
Fixed timezone handling
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1129062 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal/icalformatimpl.h')
-rw-r--r--libkcal/icalformatimpl.h2
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 );