smf/smfservermodule/smfclient/client/smfcontactfetcher_p.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
--- a/smf/smfservermodule/smfclient/client/smfcontactfetcher_p.h	Tue May 18 17:37:12 2010 +0530
+++ b/smf/smfservermodule/smfclient/client/smfcontactfetcher_p.h	Fri May 21 15:45:10 2010 +0100
@@ -24,9 +24,9 @@
  * Note:- only symbian client-server impl is provided at the moment
  **/
 #include "smfprovider.h"
-#include "SmfClientGlobal.h"
-#include "smfGlobal.h"
-#include "SmfObserver.h"
+#include "smfclientglobal.h"
+#include "smfglobal.h"
+#include "smfobserver.h"
 
 class SmfProvider;
 
@@ -35,9 +35,10 @@
 #include <QDateTime>
 #include <QStringList>
 
-#include "SmfObserver.h"
+#include "smfobserver.h"
 #include "smfcontactfetcher.h"
 #include "smfpostprovider.h"
+
 #ifdef Q_OS_SYMBIAN
 class CSmfClientSymbian;
 #else