uifw/AvKon/src/aknlongtapdetector.cpp
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
--- a/uifw/AvKon/src/aknlongtapdetector.cpp	Tue Feb 02 01:00:49 2010 +0200
+++ b/uifw/AvKon/src/aknlongtapdetector.cpp	Fri Apr 16 15:13:44 2010 +0300
@@ -24,13 +24,13 @@
 #include <AknSgcc.h>
 #include <aknlayoutscalable_avkon.cdl.h>
 #include <aknlongtapanimation.h>
-#include <EIKSRVS.H>
+#include <eiksrvs.h>
 #include "AknPanic.h"
 #include "aknlongtapdetector.h"
 
 // CONSTANTS
 const TInt KTimeDelayBeforeAnimation = 150000;  // 0,15 seconds
-const TInt KLongTapDelay = 600000;              // 0,6 seconds
+const TInt KLongTapDelay = 800000;              // 0,8 seconds
 
 // ======== MEMBER FUNCTIONS ========