From c408fcb55de18d1e3e1d20803c3885e3074cfaa4 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 04 Apr 2005 20:24:30 +0000 Subject: month view fixes --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index e04cdf5..e962756 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -59,7 +59,8 @@ class KOWeekButton : public QPushButton int getWeekNum() { return mNumber;} signals: void selectWeekNum ( int ); -private: +private: + void focusInEvent ( QFocusEvent * ){;} int mNumber; void keyPressEvent ( QKeyEvent * e ) { @@ -122,6 +123,7 @@ class MonthViewItem: public QListBoxItem virtual int width(const QListBox *) const; private: + bool isWeekItem; bool mblockRepaint; int mMultiday; bool mRecur; @@ -195,7 +197,6 @@ public slots: void newEvent(); private: - MonthViewItem* mCurrentAvailItem; QPtrList mAvailItemList; KOMonthView *mMonthView; int currentPalette; -- cgit v0.9.0.2