homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidget.cpp
changeset 51 4785f57bf3d4
parent 46 23b5d6a29cce
child 55 03646e8da489
--- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidget.cpp	Fri May 14 15:43:04 2010 +0300
+++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidget.cpp	Thu May 27 12:46:08 2010 +0300
@@ -31,6 +31,7 @@
 #include "caservice.h"
 #include "canotifier.h"
 #include "caquery.h"
+#include "hsconfiguration.h"
 
 /*!
     \class HsShortcutWidget
@@ -209,7 +210,7 @@
         return;
     }
 
-    HbInstantFeedback::play(HbFeedback::BasicItem);
+    HbInstantFeedback::play(HsConfiguration::shortcutWidgetTapFeedbackType());
     
     if (mCaEntryRole == ItemEntryRole) {
         CaService::instance()->executeCommand(mCaEntryId);