From 3867528ada39bb50a18802c499fbc3f6fae26e8c Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 25 Jun 2005 16:06:31 +0000 Subject: fixxxxx --- (limited to 'korganizer/koeditorrecurrence.h') diff --git a/korganizer/koeditorrecurrence.h b/korganizer/koeditorrecurrence.h index a15afcb..f398f62 100644 --- a/korganizer/koeditorrecurrence.h +++ b/korganizer/koeditorrecurrence.h @@ -271,8 +271,6 @@ class KOEditorRecurrence : public QWidget enum { Daily, Weekly, Monthly, Yearly }; - /** Set widgets to default values */ - void setDefaults( QDateTime from, QDateTime to, bool allday ); /** Read event object and setup widgets accordingly */ void readEvent( Incidence * ); /** Write event settings to event object */ @@ -282,6 +280,8 @@ class KOEditorRecurrence : public QWidget bool validateInput(); public slots: + void setDefaultsDates( QDateTime from, QDateTime to ); + void setDefaults( QDateTime from, QDateTime to ); void setEnabled( bool ); void setDateTimes( QDateTime start, QDateTime end ); void setDateTimeStr( const QString & ); -- cgit v0.9.0.2