summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweekheaderimpl.h
authorumopapisdn <umopapisdn>2003-03-25 23:44:32 (UTC)
committer umopapisdn <umopapisdn>2003-03-25 23:44:32 (UTC)
commitc98faafefdf2e9b9e16dcf2b1d57525f38282296 (patch) (unidiff)
tree75a6bc72f13ee81b86c368517aba3496b2c7e800 /core/pim/datebook/datebookweekheaderimpl.h
parentaca404f0c049c5b1bace7e842e7e64b987f04616 (diff)
downloadopie-c98faafefdf2e9b9e16dcf2b1d57525f38282296.zip
opie-c98faafefdf2e9b9e16dcf2b1d57525f38282296.tar.gz
opie-c98faafefdf2e9b9e16dcf2b1d57525f38282296.tar.bz2
Revamped the userinterface of the header for weekview to look more like the other views.
Diffstat (limited to 'core/pim/datebook/datebookweekheaderimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebookweekheaderimpl.h12
1 files changed, 8 insertions, 4 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 yearChanged( int ); 42 void pickDate();
43 void nextWeek(); 43 void yearChanged( int );
44 void prevWeek(); 44 void nextMonth();
45 void weekChanged( int ); 45 void prevMonth();
46 void nextWeek();
47 void prevWeek();
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)