diff options
Diffstat (limited to 'korganizer/koeditordetails.h')
-rw-r--r-- | korganizer/koeditordetails.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/korganizer/koeditordetails.h b/korganizer/koeditordetails.h index 92a271644..890841f6e 100644 --- a/korganizer/koeditordetails.h +++ b/korganizer/koeditordetails.h @@ -95,16 +95,21 @@ class KOEditorDetails : public KOAttendeeEditor /** Returns whether at least one attendee was added */ bool hasAttendees(); - void insertAttendee( Attendee*, bool goodEmailAddress = true ); + void insertAttendee( Attendee *a, bool goodEmailAddress = true ); + void removeAttendee( Attendee *a ); protected slots: void removeAttendee(); void slotInsertAttendee( Attendee *a ); protected: + void setSelected ( int index ); + int selectedIndex(); void changeStatusForMe( Attendee::PartStat status ); KCal::Attendee* currentAttendee() const; + /* reimpl */ + TQListViewItem* hasExampleAttendee() const; void updateCurrentItem(); private: |