diff options
Diffstat (limited to 'korganizer/koeventeditor.h')
-rw-r--r-- | korganizer/koeventeditor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koeventeditor.h b/korganizer/koeventeditor.h index ba0974793..dbcec875f 100644 --- a/korganizer/koeventeditor.h +++ b/korganizer/koeventeditor.h @@ -57,7 +57,7 @@ class KOEventEditor : public KOIncidenceEditor void init(); /** This event has been modified externally */ - void modified (int change=0); + void modified(); void reload(); /** @@ -74,7 +74,7 @@ class KOEventEditor : public KOIncidenceEditor /** Edit an existing event. */ - void editIncidence( Incidence *incidence, Calendar *calendar ); + void editIncidence( Incidence *incidence, const TQDate &date, Calendar *calendar ); /** Set widgets to the given date/time values @@ -85,7 +85,7 @@ class KOEventEditor : public KOIncidenceEditor Read event object and setup widgets accordingly. If tmpl 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 */ |