From cf2f3f98a4811668f9e9d0d5f44ea5b51d268cef Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 10 Jul 2004 17:03:16 +0000 Subject: Fixed some problems with the recurrence --- (limited to 'korganizer/koeditorrecurrence.h') diff --git a/korganizer/koeditorrecurrence.h b/korganizer/koeditorrecurrence.h index 4f0f0b2..2b59085 100644 --- a/korganizer/koeditorrecurrence.h +++ b/korganizer/koeditorrecurrence.h @@ -109,18 +109,21 @@ class RecurYearly : public RecurBase public: RecurYearly( QWidget *parent = 0, const char *name = 0 ); - void setByDay(); - void setByMonth( int month ); + void setByDay( int doy ); + void setByMonth( int month, int day ); bool byMonth(); bool byDay(); int month(); + int day(); private: + int mDay; QRadioButton *mByMonthRadio; QComboBox *mByMonthCombo; - + QLabel* mByDayLabel; + QLabel* mDayOfLabel; QRadioButton *mByDayRadio; }; -- cgit v0.9.0.2