diff -r be09cf1f39dd -r 77a56c951f86 smf/smfservermodule/smfclient/common/smfcontact.h --- a/smf/smfservermodule/smfclient/common/smfcontact.h Tue May 18 17:37:12 2010 +0530 +++ b/smf/smfservermodule/smfclient/common/smfcontact.h Fri May 21 15:45:10 2010 +0100 @@ -22,7 +22,7 @@ #define SMFCONTACT_H_ #include "qtcontacts.h" -#include "SmfClientGlobal.h" +#include "smfclientglobal.h" #include #include #include @@ -123,7 +123,7 @@ QVariant value( const QString& aSubType ) const; /** - * Method to set value for a subtype + * Method to set value for a subtype */ void setValue(const QString& aSubType,QVariant& value); void writeLog(QString log) const; @@ -160,7 +160,7 @@ SmfContact &aContact ); typedef QList SmfContactList; /** - * Serialization support for Qt mobility contact + * Serialization support for Qt mobility contact */ SMFCLIENT_EXPORT QDataStream &operator<<( QDataStream &aDataStream, const QContactName &aContact );