smf/smfservermodule/smfclient/common/smfcontact.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
--- 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 <qdatastream.h>
 #include <QSharedData>
 #include <QVariant>
@@ -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<SmfContact> SmfContactList;
 /**
- * Serialization support for Qt mobility contact
+ * Serialization support for Qt mobility contact
  */
 SMFCLIENT_EXPORT QDataStream &operator<<( QDataStream &aDataStream, 
 		const QContactName &aContact );