homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsanalogclockwidget.cpp
changeset 51 4785f57bf3d4
parent 46 23b5d6a29cce
child 60 30f14686fb04
child 62 341166945d65
--- a/homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsanalogclockwidget.cpp	Fri May 14 15:43:04 2010 +0300
+++ b/homescreenapp/widgetplugins/hsclockwidgetplugin/src/hsanalogclockwidget.cpp	Thu May 27 12:46:08 2010 +0300
@@ -21,7 +21,9 @@
 #include <HbStyleLoader>
 #include <HbIconItem>
 #include <HbTouchArea>
+#include <HbInstantFeedback>
 
+#include "hsconfiguration.h"
 #include "hsanalogclockwidget.h"
 
 /*!
@@ -147,5 +149,7 @@
         return;
     }
 
+    HbInstantFeedback::play(HsConfiguration::clockWidgetTapFeedbackType());
+
     emit clockTapped();
 }