author | zautrix <zautrix> | 2005-06-27 18:45:56 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-27 18:45:56 (UTC) |
commit | 427221638f1e652bd57a37835a1de0134266c3f7 (patch) (side-by-side diff) | |
tree | 5ce070815756cdaccd6c2f0cd6a02e54a1052675 /korganizer/komonthview.h | |
parent | 2a6c47afc7688923f427f4a38e3353e3503ab09a (diff) | |
download | kdepimpi-427221638f1e652bd57a37835a1de0134266c3f7.zip kdepimpi-427221638f1e652bd57a37835a1de0134266c3f7.tar.gz kdepimpi-427221638f1e652bd57a37835a1de0134266c3f7.tar.bz2 |
fixx
-rw-r--r-- | korganizer/komonthview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 159af16..ac97860 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -107,6 +107,7 @@ class MonthViewItem: public QListBoxItem public: MonthViewItem( Incidence *, QDate qd, const QString & title ); void recycle( Incidence *incidence, QDate qd, const QString & s); + void clearData(); void setRecur(bool on) { mRecur = on; } void setAlarm(bool on) { mAlarm = on; } void setReply(bool on) { mReply = on; } |