From 293271fe9e6a9061da329183f8f488d79580f7da Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 13 Feb 2005 17:05:02 +0000 Subject: todo rec fixes --- (limited to 'libkcal/incidence.h') diff --git a/libkcal/incidence.h b/libkcal/incidence.h index 38d2aaa..0ae9656 100644 --- a/libkcal/incidence.h +++ b/libkcal/incidence.h @@ -269,18 +269,19 @@ class Incidence : public IncidenceBase void setRecurrenceID(QDateTime); QDateTime recurrenceID () const; + QDateTime dtStart() const; protected: QPtrList mAlarms; QPtrList mRelations; + QDateTime mRecurrenceID; + bool mHasRecurrenceID; private: int mRevision; bool mCancelled; // base components of jounal, event and todo - QDateTime mRecurrenceID; - bool mHasRecurrenceID; QDateTime mCreated; QString mDescription; QString mSummary; -- cgit v0.9.0.2