-rw-r--r-- | korganizer/komonthview.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 9dbe319..a29a1a8 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -155,5 +155,4 @@ class MonthViewCell : public QWidget void deselect(); void select(); - void clear(); #ifdef DESKTOP_VERSION @@ -227,7 +226,7 @@ class KOMonthView: public KOEventView bool isMonthView() { return true; } bool isUpdatePossible() { return updatePossible; } - void setIgnoreResizeEvent( int c ) { ignoreResizeEvent = c ;} MonthViewCell * selectedCell(); + bool skipResize; public slots: virtual void updateView(); @@ -260,5 +259,4 @@ class KOMonthView: public KOEventView private: - int ignoreResizeEvent; int currentWeek(); bool clPending; @@ -272,4 +270,5 @@ class KOMonthView: public KOEventView int mNumCells; bool mWeekStartsMonday; + bool mShowSatSunComp; void computeLayout(); void computeLayoutWeek(); @@ -282,6 +281,5 @@ class KOMonthView: public KOEventView QPtrVector<KOWeekButton> mWeekLabelsW; - bool mShortDayLabelsM; - bool mShortDayLabelsW; + bool mShortDayLabels; int mWidthLongDayLabel; |