From 38898c49275bf27fb8c2df96d145f2a5abb62331 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 06 Feb 2005 15:21:01 +0000 Subject: fixxeess --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 9dbe319..d70cda1 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -226,7 +226,7 @@ class KOMonthView: public KOEventView const QDate &, const QDate &); bool isMonthView() { return true; } bool isUpdatePossible() { return updatePossible; } - void setIgnoreResizeEvent( int c ) { ignoreResizeEvent = c ;} + void setIgnoreResizeEvent( int c, int h ) { ignoreResizeEvent = c ;ignoreResizeEventHeight = h;} MonthViewCell * selectedCell(); public slots: @@ -260,6 +260,7 @@ class KOMonthView: public KOEventView private: int ignoreResizeEvent; + int ignoreResizeEventHeight; int currentWeek(); bool clPending; QWidgetStack * mWidStack; -- cgit v0.9.0.2