diff -r 32e56106abf2 -r 66b5fe3c07fd homescreenapp/stateplugins/hsapplibrarystateplugin/tsrc/inc/t_hscontentservice.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/tsrc/inc/t_hscontentservice.h Mon Sep 27 11:52:00 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/tsrc/inc/t_hscontentservice.h Wed Oct 06 16:06:24 2010 +0300 @@ -14,6 +14,7 @@ * Description: * */ + #ifndef T_HSCONTENTSERVICE_H #define T_HSCONTENTSERVICE_H @@ -30,7 +31,7 @@ HsContentService(QObject *parent = 0); ~HsContentService(); - bool widgets(const QString &uri, const QVariantHash &preferences, int &count); + bool widgets(const QString &uri, const QVariantHash &preferences, int &count); static HsContentService *instance(); signals: bool widgetAdded(const QString &, const QVariantHash &);