From 3c5d7b484e6ab263ab4091f22815770ea8da6c9c Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 21 Mar 2005 17:39:46 +0000 Subject: fix --- (limited to 'libkcal/incidence.h') diff --git a/libkcal/incidence.h b/libkcal/incidence.h index 0ae9656..f8da342 100644 --- a/libkcal/incidence.h +++ b/libkcal/incidence.h @@ -270,6 +270,9 @@ class Incidence : public IncidenceBase void setRecurrenceID(QDateTime); QDateTime recurrenceID () const; QDateTime dtStart() const; + bool isHoliday() const; + bool isBirthday() const; + bool isAnniversary() const; protected: @@ -278,6 +281,8 @@ protected: QDateTime mRecurrenceID; bool mHasRecurrenceID; private: + void checkCategories(); + bool mHoliday, mBirthday, mAnniversary; int mRevision; bool mCancelled; -- cgit v0.9.0.2