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, 6 insertions, 0 deletions
diff --git a/libopie/orecurrancewidget.h b/libopie/orecurrancewidget.h
index af87ce9..a5d6489 100644
--- a/libopie/orecurrancewidget.h
+++ b/libopie/orecurrancewidget.h
@@ -47,5 +47,11 @@ public:
public slots:
void slotSetRType( int );
+ /**
+ * set the new end date
+ */
void endDateChanged( int, int, int );
+ /**
+ * enable/disable end date
+ */
void slotNoEnd( bool unused );
void setStartDate( const QDate& );