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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie/orecurrancewidget.h b/libopie/orecurrancewidget.h
index a5d6489..37a57f0 100644
--- a/libopie/orecurrancewidget.h
+++ b/libopie/orecurrancewidget.h
@@ -64,27 +64,30 @@ private slots:
void slotWeekLabel();
void slotMonthLabel( int );
void slotChangeStartOfWeek( bool onMonday );
private:
void setupNone();
void setupDaily();
void setupWeekly();
void setupMonthly();
void setupYearly();
enum repeatButtons { None, Day, Week, Month, Year };
void init();
void hideExtras();
void showRepeatStuff();
QList<QToolButton> listRTypeButtons;
QList<QToolButton> listExtra;
QDate start; // only used in one spot...
QDate end;
repeatButtons currInterval;
bool startWeekOnMonday : 1;
DateBookMonth *repeatPicker;
+ class Private;
+ Private *d;
+
};
#endif