uifw/AvKon/src/aknlongtapdetector.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 29 a8834a2e9a96
--- a/uifw/AvKon/src/aknlongtapdetector.cpp	Tue Feb 02 01:00:49 2010 +0200
+++ b/uifw/AvKon/src/aknlongtapdetector.cpp	Fri Feb 19 23:04:46 2010 +0200
@@ -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 = 500000;              // 0,6 seconds
 
 // ======== MEMBER FUNCTIONS ========