From b7c502a598566264e6e7129524104b6e39438f03 Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 04 Feb 2005 16:26:39 +0000 Subject: mv faster --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 1ed200b..b89b2bc 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -125,7 +126,7 @@ class MonthViewCell : public QWidget { Q_OBJECT public: - MonthViewCell( KOMonthView * ); + MonthViewCell(KOMonthView *,QWidget* ); void setDate( const QDate & ); QDate date() const; @@ -256,6 +257,10 @@ class KOMonthView: public KOEventView void updateDayLabels(); private: + bool clPending; + QWidgetStack * mWidStack; + QWidget* mMonthView; + QWidget* mWeekView; bool mShowWeekView; bool updatePossible; int mDaysPerWeek; @@ -269,6 +274,9 @@ class KOMonthView: public KOEventView QPtrVector mCells; QPtrVector mDayLabels; QPtrVector mWeekLabels; + QPtrVector mCellsW; + QPtrVector mDayLabelsW; + QPtrVector mWeekLabelsW; bool mShortDayLabels; int mWidthLongDayLabel; -- cgit v0.9.0.2