diff options
Diffstat (limited to 'korganizer/koeditorgeneralevent.h')
-rw-r--r-- | korganizer/koeditorgeneralevent.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korganizer/koeditorgeneralevent.h b/korganizer/koeditorgeneralevent.h index a13fa47c6..57ffba8df 100644 --- a/korganizer/koeditorgeneralevent.h +++ b/korganizer/koeditorgeneralevent.h @@ -58,14 +58,14 @@ class KOEditorGeneralEvent : public KOEditorGeneral Read event object and setup widgets accordingly. If templ is true, the event is read as template, i.e. the time and date information isn't set. */ - void readEvent( Event *event, Calendar *calendar, bool tmpl = false ); + void readEvent( Event *event, Calendar *calendar, const TQDate &date, bool tmpl = false ); /** Write event settings to event object */ void writeEvent( Event * ); /** Check if the input is valid. */ bool validateInput(); - void updateRecurrenceSummary( const TQString &summary ); + void updateRecurrenceSummary( Event *event ); TQFrame* invitationBar() const { return mInvitationBar; } @@ -102,7 +102,6 @@ class KOEditorGeneralEvent : public KOEditorGeneral TQLabel *mDurationLabel; TQCheckBox *mAlldayEventCheckbox; TQComboBox *mFreeTimeCombo; - TQLabel *mRecurrenceSummary; TQFrame *mInvitationBar; // current start and end date and time |