diff -r be09cf1f39dd -r 77a56c951f86 smf/smfservermodule/smfclient/common/smfprovider.h --- a/smf/smfservermodule/smfclient/common/smfprovider.h Tue May 18 17:37:12 2010 +0530 +++ b/smf/smfservermodule/smfclient/common/smfprovider.h Fri May 21 15:45:10 2010 +0100 @@ -26,7 +26,8 @@ #include #include -#include "SmfClientGlobal.h" +#include "smfclientglobal.h" + /** * @ingroup smf_client_group * Interface for a base service provider. Other service provider classes contains @@ -43,7 +44,7 @@ public: /** - * Seeing as this is a plug-in implementation, these will realistically be generated by SMF factory of some kind + * Seeing as this is a plug-in implementation, these will realistically be generated by SMF factory of some kind */ SmfProvider(QObject* parent = 0); @@ -52,34 +53,34 @@ public: /** * Localizable name of the service - * @return service name + * @return service name */ QString serviceName() const; /** * Logo of the service - * @return logo image of the service + * @return logo image of the service */ QImage serviceIcon() const; /** * Readable service description - * @return service description + * @return service description */ QString description() const; /* - * Website of the service + * Website of the service */ QUrl serviceUrl() const; /** - * URL of the application providing this service + * URL of the application providing this service */ QUrl applicationUrl() const; // /** - * service types - list of interfaces that this provider support + * service types - list of interfaces that this provider support */ QList serviceTypes() const;