From 4858dcb045afc57ce98877cca787c4430146bea8 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 19 Feb 2005 15:39:43 +0000 Subject: multiday fixes in monthview --- (limited to 'korganizer/komonthview.h') 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 void setAlarm(bool on) { mAlarm = on; } void setReply(bool on) { mReply = on; } void setMoreInfo(bool on) { mInfo = on; } + void setMultiDay(int type) { mMultiday = type; } void setPalette(const QPalette &p) { mPalette = p; } @@ -111,6 +112,7 @@ class MonthViewItem: public QListBoxItem virtual int width(const QListBox *) const; private: + int mMultiday; bool mRecur; bool mAlarm; bool mReply; -- cgit v0.9.0.2