From 27ffa2e08ebb38e71f613af3a214750442418e2c Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 27 Jul 2005 23:40:19 +0000 Subject: fixcxcx --- (limited to 'libkcal/icalformat.h') diff --git a/libkcal/icalformat.h b/libkcal/icalformat.h index 485ab6e..a770dbb 100644 --- a/libkcal/icalformat.h +++ b/libkcal/icalformat.h @@ -40,7 +40,7 @@ class ICalFormatImpl; class ICalFormat : public CalFormat { public: /** Create new iCalendar format. */ - ICalFormat( ); + ICalFormat( bool pe = true); virtual ~ICalFormat(); /** @@ -103,6 +103,7 @@ class ICalFormat : public CalFormat { bool utc() const; private: + bool mProcessEvents; ICalFormatImpl *mImpl; QString mTimeZoneId; QCString mTzString; -- cgit v0.9.0.2