--- a/homescreenapp/hsapplication/src/hshomescreen.cpp Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/hsapplication/src/hshomescreen.cpp Mon May 03 12:24:59 2010 +0300
@@ -158,13 +158,9 @@
{
HSTEST_FUNC_ENTRY("HS::HsHomeScreen::registerServicePlugins()");
QStringList pluginPaths;
-
+
+ pluginPaths << "private/20022F35";
pluginPaths << "hsresources/plugins";
-#ifdef Q_OS_SYMBIAN
- pluginPaths << "private/20022F35/import/widgetregistry";
-#else
- pluginPaths << "hsresources/import/widgetregistry";
-#endif
QFileInfoList drives = QDir::drives();
foreach(const QString pluginPath, pluginPaths) {