summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweeklst.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/datebookweeklst.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebookweeklst.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/core/pim/datebook/datebookweeklst.h b/core/pim/datebook/datebookweeklst.h
index f858c4f..0bfbcda 100644
--- a/core/pim/datebook/datebookweeklst.h
+++ b/core/pim/datebook/datebookweeklst.h
@@ -34,3 +34,3 @@ public slots:
signals:
- void dateChanged(int y, int w);
+ void dateChanged(QDate &newdate);
void setDbl(bool on);
@@ -121,3 +121,3 @@ public:
int week() const { return _week; };
- QDate date() const;
+ QDate date();
@@ -125,3 +125,3 @@ public slots:
void redraw();
- void dateChanged(int y, int w);
+ void dateChanged(QDate &date);
@@ -143,3 +143,4 @@ private:
bool dbl;
- int year, _week;
+ QDate bdate;
+ int year, _week,dow;
DateBookWeekLstHeader *header;
@@ -148,3 +149,3 @@ private:
QScrollView *scroll;
-
+
void getEvents();