summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweekheaderimpl.h
Unidiff
Diffstat (limited to 'core/pim/datebook/datebookweekheaderimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/datebookweekheaderimpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/datebook/datebookweekheaderimpl.h b/core/pim/datebook/datebookweekheaderimpl.h
index 2abef46..2e5a6ca 100644
--- a/core/pim/datebook/datebookweekheaderimpl.h
+++ b/core/pim/datebook/datebookweekheaderimpl.h
@@ -39,10 +39,14 @@ signals:
39 void dateChanged( int y, int w ); 39 void dateChanged( int y, int w );
40 40
41public slots: 41public slots:
42 void pickDate();
42 void yearChanged( int ); 43 void yearChanged( int );
44 void nextMonth();
45 void prevMonth();
43 void nextWeek(); 46 void nextWeek();
44 void prevWeek(); 47 void prevWeek();
45 void weekChanged( int ); 48 void weekChanged( int );
49 void setDate( int y, int m, int d);
46 50
47protected slots: 51protected slots:
48 void keyPressEvent(QKeyEvent *e) 52 void keyPressEvent(QKeyEvent *e)