-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 @@ -132,5 +132,5 @@ void KOWhatsNextView::restartTimer() { //qDebug("KOWhatsNextView::restartTimer() "); - mTimer->start( 180000 ); + mTimer->start( 300000 ); //mTimer->start( 5000 ); } |