summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.h
Unidiff
Diffstat (limited to 'core/pim/datebook/datebook.h') (more/less context) (ignore 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
@@ -22,25 +22,25 @@
22 22
23#include "datebooktypes.h" 23#include "datebooktypes.h"
24 24
25#include <qpe/datebookdb.h> 25#include <qpe/datebookdb.h>
26 26
27#include <qmainwindow.h> 27#include <qmainwindow.h>
28 28
29class QAction; 29class QAction;
30class QWidgetStack; 30class QWidgetStack;
31class DateBookDay; 31class DateBookDay;
32class DateBookWeek; 32class DateBookWeek;
33class DateBookWeekLst; 33class DateBookWeekLst;
34class DateBookMonth; 34class ODateBookMonth;
35class Event; 35class Event;
36class QDate; 36class QDate;
37class Ir; 37class Ir;
38 38
39class DateBook : public QMainWindow 39class DateBook : public QMainWindow
40{ 40{
41 Q_OBJECT 41 Q_OBJECT
42 42
43public: 43public:
44 static QString appName() { return QString::fromLatin1("datebook"); } 44 static QString appName() { return QString::fromLatin1("datebook"); }
45 DateBook( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); 45 DateBook( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
46 ~DateBook(); 46 ~DateBook();
@@ -99,25 +99,25 @@ private:
99 void initWeek(); 99 void initWeek();
100 void initWeekLst(); 100 void initWeekLst();
101 void initMonth(); 101 void initMonth();
102 void loadSettings(); 102 void loadSettings();
103 void saveSettings(); 103 void saveSettings();
104 104
105private: 105private:
106 DateBookDBHoliday *db; 106 DateBookDBHoliday *db;
107 DateBookHoliday*db_holiday; 107 DateBookHoliday*db_holiday;
108 QWidgetStack *views; 108 QWidgetStack *views;
109 DateBookDay *dayView; 109 DateBookDay *dayView;
110 DateBookWeek *weekView; 110 DateBookWeek *weekView;
111 DateBookMonth *monthView; 111 ODateBookMonth *monthView;
112 DateBookWeekLst *weekLstView; 112 DateBookWeekLst *weekLstView;
113 QAction *dayAction, *weekAction, *weekLstAction, *monthAction; 113 QAction *dayAction, *weekAction, *weekLstAction, *monthAction;
114 int weeklistviewconfig; 114 int weeklistviewconfig;
115 bool aPreset; // have everything set to alarm? 115 bool aPreset; // have everything set to alarm?
116 int presetTime; // the standard time for the alarm 116 int presetTime; // the standard time for the alarm
117 int startTime; 117 int startTime;
118 int rowStyle; 118 int rowStyle;
119 int defaultView; 119 int defaultView;
120 QArray<int> defaultCategories; 120 QArray<int> defaultCategories;
121 QString defaultLocation; 121 QString defaultLocation;
122 bool bJumpToCurTime; //should jump to current time in dayview? 122 bool bJumpToCurTime; //should jump to current time in dayview?
123 bool ampm; 123 bool ampm;