homescreensrv_plat/hswidgetmodel_api/hsiwidgetprovider.h
changeset 98 d2f833ab7940
parent 85 7feec50967db
--- a/homescreensrv_plat/hswidgetmodel_api/hsiwidgetprovider.h	Tue Jun 01 11:30:17 2010 +0300
+++ b/homescreensrv_plat/hswidgetmodel_api/hsiwidgetprovider.h	Fri Jun 11 16:13:51 2010 +0300
@@ -25,15 +25,15 @@
 #include <QVariant>
 #include <QMetaType>
 
-/*!
+
+/*DEPRECATED
     \class HsWidgetToken
-    \ingroup group_hswidgetmodel group_widget_api_candidates
+    \ingroup group_hswidgetmodel_api
     \brief Represents a home screen widget that can be created. 
 
     Home screen widgets are located in widget providers. Each provider
     exposes its contained widgets as widget tokens. A token has all
     the needed information for widget selection and creation.
-
 */
 class HsWidgetToken
 {
@@ -82,7 +82,7 @@
 
 class HsWidget;
 
-/*!
+/*DEPRECATED
     \class IHsWidgetProvider
     \ingroup group_hswidgetmodel group_widget_api_candidates
     \brief Defines a mechanism for retrieving a home screen widget.
@@ -114,10 +114,7 @@
 
 };
 
-
-
 Q_DECLARE_METATYPE(HsWidgetToken)
 Q_DECLARE_INTERFACE(IHsWidgetProvider, "com.nokia.homescreen.iwidgetprovider/1.0")
 
-
 #endif