From 28ca4c37fb0e131b2978584992840b3fdca21d3e Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 05 Jul 2005 07:37:53 +0000 Subject: fixesss --- (limited to 'korganizer/koagendaview.h') diff --git a/korganizer/koagendaview.h b/korganizer/koagendaview.h index a1cf308..effd7a3 100644 --- a/korganizer/koagendaview.h +++ b/korganizer/koagendaview.h @@ -210,6 +210,7 @@ class KOAgendaView : public KOEventView { void scrollOneHourDown(); void addToCalSlot(Incidence *, Incidence *); void slotShowDateView( int, int ); + void fillAgenda(); signals: void showDateView( int, QDate ); @@ -228,7 +229,6 @@ class KOAgendaView : public KOEventView { void fillAgenda(const QDate &startDate); void resizeEvent( QResizeEvent* e ); /** Fill agenda using the current set value for the start date */ - void fillAgenda(); /** Create labels for the selected dates. */ void createDayLabels(); @@ -239,6 +239,7 @@ class KOAgendaView : public KOEventView { void setHolidayMasks(); protected slots: + void slotIdleTimeout(); void categoryChanged( Incidence * ); void slotDaylabelClicked( int ); /** Update event belonging to agenda item */ @@ -254,6 +255,8 @@ class KOAgendaView : public KOEventView { void newTimeSpanSelectedAllDay(int gxStart, int gyStart, int gxEnd, int gyEnd); private: + QTimer* mIdleTimer; + QDateTime mIdleStart; // view widgets QFrame *mDayLabels; QHBox *mDayLabelsFrame; -- cgit v0.9.0.2