diff options
Diffstat (limited to 'korganizer/koeditorfreebusy.h')
-rw-r--r-- | korganizer/koeditorfreebusy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/korganizer/koeditorfreebusy.h b/korganizer/koeditorfreebusy.h index 4e561cfa2..72ce6e7d4 100644 --- a/korganizer/koeditorfreebusy.h +++ b/korganizer/koeditorfreebusy.h @@ -93,8 +93,12 @@ class KOEditorFreeBusy : public KOAttendeeEditor protected: void timerEvent( TQTimerEvent* ); KCal::Attendee* currentAttendee() const; + /* reimpl */ + TQListViewItem* hasExampleAttendee() const; void updateCurrentItem(); void clearSelection() const; + void setSelected ( int index ); + int selectedIndex(); void changeStatusForMe( KCal::Attendee::PartStat status ); virtual bool eventFilter( TQObject *watched, TQEvent *event ); |