summaryrefslogtreecommitdiffabout
path: root/korganizer/kowhatsnextview.h
Side-by-side diff
Diffstat (limited to 'korganizer/kowhatsnextview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kowhatsnextview.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/korganizer/kowhatsnextview.h b/korganizer/kowhatsnextview.h
index fff769a..1118bdd 100644
--- a/korganizer/kowhatsnextview.h
+++ b/korganizer/kowhatsnextview.h
@@ -22,2 +22,3 @@
#include <qtextbrowser.h>
+#include <qtimer.h>
@@ -74,3 +75,5 @@ class KOWhatsNextView : public KOrg::BaseView
void appendDay( int i, QDate date );
- QDate mEventDate;
+ QDate mEventDate;
+ virtual void showEvent ( QShowEvent * );
+ virtual void hideEvent ( QHideEvent * );
@@ -78,2 +81,4 @@ class KOWhatsNextView : public KOrg::BaseView
void showIncidence(const QString &);
+ void restartTimer();
+
@@ -81,3 +86,3 @@ class KOWhatsNextView : public KOrg::BaseView
//void createEventViewer();
-
+ QTimer* mTimer;
QTextBrowser *mView;