summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditordetails.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeditordetails.h')
-rw-r--r--korganizer/koeditordetails.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/korganizer/koeditordetails.h b/korganizer/koeditordetails.h
index 92a27164..890841f6 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: