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