-rw-r--r-- | korganizer/kowhatsnextview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kowhatsnextview.cpp b/korganizer/kowhatsnextview.cpp index 9b53110..0fea9be 100644 --- a/korganizer/kowhatsnextview.cpp +++ b/korganizer/kowhatsnextview.cpp | |||
@@ -126,17 +126,17 @@ void KOWhatsNextView::hideEvent ( QHideEvent * e) | |||
126 | { | 126 | { |
127 | //qDebug(" KOWhatsNextView::hideEvent"); | 127 | //qDebug(" KOWhatsNextView::hideEvent"); |
128 | mTimer->stop(); | 128 | mTimer->stop(); |
129 | QWidget::hideEvent ( e ); | 129 | QWidget::hideEvent ( e ); |
130 | } | 130 | } |
131 | void KOWhatsNextView::restartTimer() | 131 | void KOWhatsNextView::restartTimer() |
132 | { | 132 | { |
133 | //qDebug("KOWhatsNextView::restartTimer() "); | 133 | //qDebug("KOWhatsNextView::restartTimer() "); |
134 | mTimer->start( 180000 ); | 134 | mTimer->start( 300000 ); |
135 | //mTimer->start( 5000 ); | 135 | //mTimer->start( 5000 ); |
136 | } | 136 | } |
137 | void KOWhatsNextView::updateView() | 137 | void KOWhatsNextView::updateView() |
138 | { | 138 | { |
139 | if ( mTimer->isActive() ) | 139 | if ( mTimer->isActive() ) |
140 | restartTimer(); | 140 | restartTimer(); |
141 | //qDebug("KOWhatsNextView::updateView() "); | 141 | //qDebug("KOWhatsNextView::updateView() "); |
142 | // mDateLabel->setText(KGlobal::locale()->formatDate(QDate::currentDate())); | 142 | // mDateLabel->setText(KGlobal::locale()->formatDate(QDate::currentDate())); |