summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.h
authoralwin <alwin>2005-03-20 10:51:54 (UTC)
committer alwin <alwin>2005-03-20 10:51:54 (UTC)
commite006544cf2eb82b503b3ef979a2159b5de93037e (patch) (side-by-side diff)
treed366c84224c97631c77737be71c79db6ec2b5c6d /core/pim/datebook/datebook.h
parent4f01835c3b26123f2660351e01b547fa1c9054e5 (diff)
downloadopie-e006544cf2eb82b503b3ef979a2159b5de93037e.zip
opie-e006544cf2eb82b503b3ef979a2159b5de93037e.tar.gz
opie-e006544cf2eb82b503b3ef979a2159b5de93037e.tar.bz2
maed a straight copy of the origin datebookmonthview class so we can display
the holidays inside. needs a little bit finishing I think but it works.
Diffstat (limited to 'core/pim/datebook/datebook.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/datebook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/datebook/datebook.h b/core/pim/datebook/datebook.h
index fb8b083..05ab781 100644
--- a/core/pim/datebook/datebook.h
+++ b/core/pim/datebook/datebook.h
@@ -28,13 +28,13 @@
class QAction;
class QWidgetStack;
class DateBookDay;
class DateBookWeek;
class DateBookWeekLst;
-class DateBookMonth;
+class ODateBookMonth;
class Event;
class QDate;
class Ir;
class DateBook : public QMainWindow
{
@@ -105,13 +105,13 @@ private:
private:
DateBookDBHoliday *db;
DateBookHoliday*db_holiday;
QWidgetStack *views;
DateBookDay *dayView;
DateBookWeek *weekView;
- DateBookMonth *monthView;
+ ODateBookMonth *monthView;
DateBookWeekLst *weekLstView;
QAction *dayAction, *weekAction, *weekLstAction, *monthAction;
int weeklistviewconfig;
bool aPreset; // have everything set to alarm?
int presetTime; // the standard time for the alarm
int startTime;