homescreenapp/widgetplugins/hsshortcutwidgetplugin/inc/hsshortcutwidgetplugin.h
changeset 39 4e8ebe173323
parent 35 f9ce957a272c
--- 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 <QObject>
 #include <qserviceplugininterface.h>
-#include <hstest_global.h>
 
 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