summaryrefslogtreecommitdiff
path: root/libopie/orecurrancewidget.h
Side-by-side diff
Diffstat (limited to 'libopie/orecurrancewidget.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/orecurrancewidget.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libopie/orecurrancewidget.h b/libopie/orecurrancewidget.h
index f2d7f87..4a8dd08 100644
--- a/libopie/orecurrancewidget.h
+++ b/libopie/orecurrancewidget.h
@@ -17,4 +17,5 @@
#include <opie/orecur.h>
+// FIXME spelling!!!! -zecke
class ORecurranceWidget : public ORecurranceBase {
Q_OBJECT
@@ -29,5 +30,5 @@ public:
bool modal = TRUE, WFlags = 0 );
~ORecurranceWidget();
- ORecur recurrance()const;
+ ORecur recurrence()const;
QDate endDate()const;
@@ -36,4 +37,7 @@ public slots:
void endDateChanged( int, int, int );
void slotNoEnd( bool unused );
+ void setStartDate( const QDate& );
+ void setRecurrence( const ORecur& recur, const QDate& start );
+ void setRecurrence( const ORecur& recur );
private slots: