smf/smfservermodule/smfclient/client/smfclient_p.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
--- a/smf/smfservermodule/smfclient/client/smfclient_p.h	Tue May 18 17:37:12 2010 +0530
+++ b/smf/smfservermodule/smfclient/client/smfclient_p.h	Fri May 21 15:45:10 2010 +0100
@@ -17,7 +17,7 @@
 #define SMFCLIENT_P_H_
 
 #include "smfprovider.h"
-#include "SmfObserver.h"
+#include "smfobserver.h"
 #include <QObject>
 #include <QDateTime>
 #include <QStringList>
@@ -27,7 +27,7 @@
 #ifdef Q_OS_SYMBIAN
 #include "smfclientsymbian.h"
 #else
-class SmfClientQt;
+#include "smfclientqt.h"
 #endif
 
 /**
@@ -46,13 +46,13 @@
 
   /**
    * Constructs SmfClientPrivate
-   * @param client SmfClient instance, so that it can directly emit SmfClient's signal
+   * @param client SmfClient instance, so that it can directly emit SmfClient's signal
    */
   SmfClientPrivate(SmfClient* client=0);
   ~SmfClientPrivate(){};
 public:
   /**
-   * Corresponds to SmfClient::GetServices(const QString )
+   * Corresponds to SmfClient::GetServices(const QString )
    */
   QList<SmfProvider>* GetServices(const QString serviceName);
    /**
@@ -61,7 +61,7 @@
     * other components of Smf (specially from plugin manager).
     * @param result Parsed and serialized result.
     * @param opcode Request code.
-    * @param error Error
+    * @param error Error
     */
    void resultsAvailable(QByteArray result,SmfRequestTypeID opcode,SmfError error);
 private: