homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidgetplugin.cpp
--- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidgetplugin.cpp Fri Mar 19 09:27:44 2010 +0200
+++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/src/hsshortcutwidgetplugin.cpp Fri Apr 16 14:54:01 2010 +0300
@@ -46,7 +46,7 @@
Q_UNUSED(context);
Q_UNUSED(session);
- if (descriptor.interfaceName() == QLatin1String("com.nokia.IHomeScreenWidget")) {
+ if (descriptor.interfaceName() == QLatin1String("com.nokia.symbian.IHomeScreenWidget")) {
return new HsShortcutWidget();
} else {
return 0;