summaryrefslogtreecommitdiffabout
path: root/korganizer/kowhatsnextview.h
Unidiff
Diffstat (limited to 'korganizer/kowhatsnextview.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/kowhatsnextview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/kowhatsnextview.h b/korganizer/kowhatsnextview.h
index 715037f..d6727ac 100644
--- a/korganizer/kowhatsnextview.h
+++ b/korganizer/kowhatsnextview.h
@@ -66,35 +66,36 @@ class KOWhatsNextView : public KOrg::BaseView
66 const QDate &, const QDate &); 66 const QDate &, const QDate &);
67 67
68 public slots: 68 public slots:
69 virtual void updateView(); 69 virtual void updateView();
70 void printMe(); 70 void printMe();
71 virtual void showDates(const QDate &start, const QDate &end); 71 virtual void showDates(const QDate &start, const QDate &end);
72 virtual void showEvents(QPtrList<Event> eventList); 72 virtual void showEvents(QPtrList<Event> eventList);
73 void updateConfig(); 73 void updateConfig();
74 void changeEventDisplay(Event *, int); 74 void changeEventDisplay(Event *, int);
75 75
76 protected: 76 protected:
77 bool appendEvent(Incidence *, bool reply=false, bool notRed = true, bool appendTable = false); 77 bool appendEvent(Incidence *, bool reply=false, bool notRed = true, bool appendTable = false);
78 bool appendTodo(Incidence *, QString ind = "", bool isSub = false ); 78 bool appendTodo(Incidence *, QString ind = "", bool isSub = false );
79 void appendDay( int i, QDate date ); 79 void appendDay( int i, QDate date );
80 QDate mEventDate; 80 QDate mEventDate;
81 virtual void showEvent ( QShowEvent * ); 81 virtual void showEvent ( QShowEvent * );
82 virtual void hideEvent ( QHideEvent * ); 82 virtual void hideEvent ( QHideEvent * );
83 83
84 private slots: 84 private slots:
85 void showIncidence(const QString &); 85 void showIncidence(const QString &);
86 void restartTimer(); 86 void restartTimer();
87 87
88 88
89 private: 89 private:
90 int mCurrentMaxPrio;
90 //void createEventViewer(); 91 //void createEventViewer();
91 QTimer* mTimer; 92 QTimer* mTimer;
92 WhatsNextTextBrowser *mView; 93 WhatsNextTextBrowser *mView;
93 QString mText; 94 QString mText;
94 // QLabel *mDateLabel; 95 // QLabel *mDateLabel;
95 KOEventViewerDialog *mEventViewer; 96 KOEventViewerDialog *mEventViewer;
96 97
97 QValueList<Incidence *> mTodos; 98 QValueList<Incidence *> mTodos;
98}; 99};
99 100
100#endif 101#endif