From ec037c4616342c1b3976c55db98b775f48e0d455 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 31 Jan 2005 16:29:05 +0000 Subject: fix --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 50903b3..b84065e 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -137,6 +137,10 @@ class MonthViewCell : public QWidget void setHoliday( const QString & ); void updateCell(); + void startUpdateCell(); + void finishUpdateCell(); + void insertEvent(Event *); + void insertTodo(Todo *); void updateConfig(); @@ -158,6 +162,7 @@ class MonthViewCell : public QWidget void showDaySignal( QDate ); protected: + QString mToolTip; void resizeEvent( QResizeEvent * ); protected slots: -- cgit v0.9.0.2