From 53ba86911c8d22d2ca14ac19da85a728de710642 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 23 Mar 2005 13:55:05 +0000 Subject: layout fixes --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index a92421b..89912e0 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -251,6 +252,7 @@ class KOMonthView: public KOEventView void switchView(); protected slots: + void slotComputeLayout(); void selectInternalWeekNum ( int ); void processSelectionChange(); signals: @@ -265,6 +267,7 @@ class KOMonthView: public KOEventView void updateDayLabels(); private: + QTimer* mComputeLayoutTimer; NavigatorBar* mNavigatorBar; int currentWeek(); bool clPending; -- cgit v0.9.0.2