summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.h
Unidiff
Diffstat (limited to 'korganizer/komonthview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/komonthview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index 2f6f5dc..b79a41f 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -97,6 +97,7 @@ class MonthViewItem: public QListBoxItem
97 void setAlarm(bool on) { mAlarm = on; } 97 void setAlarm(bool on) { mAlarm = on; }
98 void setReply(bool on) { mReply = on; } 98 void setReply(bool on) { mReply = on; }
99 void setMoreInfo(bool on) { mInfo = on; } 99 void setMoreInfo(bool on) { mInfo = on; }
100 void setMultiDay(int type) { mMultiday = type; }
100 101
101 102
102 void setPalette(const QPalette &p) { mPalette = p; } 103 void setPalette(const QPalette &p) { mPalette = p; }
@@ -111,6 +112,7 @@ class MonthViewItem: public QListBoxItem
111 virtual int width(const QListBox *) const; 112 virtual int width(const QListBox *) const;
112 113
113 private: 114 private:
115 int mMultiday;
114 bool mRecur; 116 bool mRecur;
115 bool mAlarm; 117 bool mAlarm;
116 bool mReply; 118 bool mReply;