diff -r cdae8c6c3876 -r 4e8ebe173323 homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidgetplugin.h --- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidgetplugin.h Fri Apr 16 14:54:01 2010 +0300 +++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidgetplugin.h Mon May 03 12:24:59 2010 +0300 @@ -11,21 +11,18 @@ * * Contributors: * -* Description: Homescreen widget plugin +* Description: Homescreen shortcut widget plugin. * */ - #ifndef HSSHORTCUTWIDGETPLUGIN_H #define HSSHORTCUTWIDGETPLUGIN_H #include #include -#include QTM_USE_NAMESPACE -HOMESCREEN_TEST_CLASS(TestShortcutWidgetPlugin) class HsShortcutWidgetPlugin : public QObject, public QServicePluginInterface { Q_OBJECT @@ -35,7 +32,6 @@ QObject *createInstance(const QServiceInterfaceDescriptor &descriptor, QServiceContext *context, QAbstractSecuritySession *session); -HOMESCREEN_TEST_FRIEND_CLASS(TestShortcutWidgetPlugin) }; #endif //HSSHORTCUTWIDGETPLUGIN_H