diff -r 2f259fa3e83a -r 8ca85d2f0db7 uifw/AvKon/src/aknlongtapdetector.cpp --- 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 #include #include -#include +#include #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 ========