From de5621f2fd3924f27c05459ae555b3bd06c5e584 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 07 Jul 2005 20:46:00 +0000 Subject: fixxx --- (limited to 'libkcal/incidencebase.h') diff --git a/libkcal/incidencebase.h b/libkcal/incidencebase.h index dc6024a..bccf287 100644 --- a/libkcal/incidencebase.h +++ b/libkcal/incidencebase.h @@ -147,8 +147,10 @@ class IncidenceBase : public CustomProperties bool calEnabled() const; void setAlarmEnabled( bool ); bool alarmEnabled() const; - + bool isTagged() const; + void setTagged( bool ); protected: + bool mIsTagged; QDateTime mDtStart; bool mReadOnly; QDateTime getEvenTime( QDateTime ); -- cgit v0.9.0.2