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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index a92421b..89912e0 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -29,2 +29,3 @@
#include <qlayout.h>
+#include <qtimer.h>
#include <qintdict.h>
@@ -253,2 +254,3 @@ class KOMonthView: public KOEventView
protected slots:
+ void slotComputeLayout();
void selectInternalWeekNum ( int );
@@ -267,2 +269,3 @@ class KOMonthView: public KOEventView
private:
+ QTimer* mComputeLayoutTimer;
NavigatorBar* mNavigatorBar;