From 640874bb21ea348edb33a54690ad225e0efdd1e4 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 10 Oct 2004 21:54:49 +0000 Subject: added timer in WN view --- (limited to 'korganizer/kowhatsnextview.cpp') diff --git a/korganizer/kowhatsnextview.cpp b/korganizer/kowhatsnextview.cpp index 9b53110..0fea9be 100644 --- a/korganizer/kowhatsnextview.cpp +++ b/korganizer/kowhatsnextview.cpp @@ -131,7 +131,7 @@ void KOWhatsNextView::hideEvent ( QHideEvent * e) void KOWhatsNextView::restartTimer() { //qDebug("KOWhatsNextView::restartTimer() "); - mTimer->start( 180000 ); + mTimer->start( 300000 ); //mTimer->start( 5000 ); } void KOWhatsNextView::updateView() -- cgit v0.9.0.2