summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.h
Side-by-side diff
Diffstat (limited to 'korganizer/komonthview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/komonthview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index 51eb9e6..9dbe319 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -228,2 +228,3 @@ class KOMonthView: public KOEventView
bool isUpdatePossible() { return updatePossible; }
+ void setIgnoreResizeEvent( int c ) { ignoreResizeEvent = c ;}
@@ -260,2 +261,3 @@ class KOMonthView: public KOEventView
private:
+ int ignoreResizeEvent;
int currentWeek();
@@ -271,3 +273,2 @@ class KOMonthView: public KOEventView
bool mWeekStartsMonday;
- bool mShowSatSunComp;
void computeLayout();
@@ -282,3 +283,4 @@ class KOMonthView: public KOEventView
- bool mShortDayLabels;
+ bool mShortDayLabelsM;
+ bool mShortDayLabelsW;
int mWidthLongDayLabel;