From d40cf5135c640506011334364274b8ee5df9998b Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 04 Jun 2005 09:25:09 +0000 Subject: fix --- (limited to 'korganizer/mainwindow.cpp') diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 1320231..63053a5 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -372,8 +372,11 @@ MainWindow::MainWindow( QWidget *parent, const char *name, QString msg) : SLOT( updateWeekNum( const KCal::DateList & ) ) ); mBRdisabled = false; //toggleBeamReceive(); - - QTimer::singleShot( 1000, mView, SLOT ( checkAlarms() )); + int tiint= 3000; +#ifndef DESKTOP_VERSION + tiint = 5000; +#endif + QTimer::singleShot( tiint, mView, SLOT ( checkAlarms() )); } MainWindow::~MainWindow() { -- cgit v0.9.0.2