From c53efbe8f53f468d21d93f5e19b625d1a4beb242 Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 01 Jul 2005 18:39:59 +0000 Subject: fixxx --- (limited to 'korganizer/mainwindow.cpp') diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index b797d8c..501eed5 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -398,11 +398,8 @@ MainWindow::MainWindow( QWidget *parent, const char *name ) : SLOT( updateWeekNum( const KCal::DateList & ) ) ); mBRdisabled = false; //toggleBeamReceive(); - int tiint= 3000; -#ifndef DESKTOP_VERSION - tiint = 5000; -#endif - QTimer::singleShot( tiint, mView, SLOT ( checkAlarms() )); + + QTimer::singleShot( 1000, mView, SLOT ( checkFiles() )); } MainWindow::~MainWindow() { -- cgit v0.9.0.2