smf/smfservermodule/smfclient/client/smfclient_p.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
equal deleted inserted replaced
7:be09cf1f39dd 10:77a56c951f86
    15 
    15 
    16 #ifndef SMFCLIENT_P_H_
    16 #ifndef SMFCLIENT_P_H_
    17 #define SMFCLIENT_P_H_
    17 #define SMFCLIENT_P_H_
    18 
    18 
    19 #include "smfprovider.h"
    19 #include "smfprovider.h"
    20 #include "SmfObserver.h"
    20 #include "smfobserver.h"
    21 #include <QObject>
    21 #include <QObject>
    22 #include <QDateTime>
    22 #include <QDateTime>
    23 #include <QStringList>
    23 #include <QStringList>
    24 #include "smfclient.h"
    24 #include "smfclient.h"
    25 #include "smfclientglobal.h"
    25 #include "smfclientglobal.h"
    26 #include "smfglobal.h"
    26 #include "smfglobal.h"
    27 #ifdef Q_OS_SYMBIAN
    27 #ifdef Q_OS_SYMBIAN
    28 #include "smfclientsymbian.h"
    28 #include "smfclientsymbian.h"
    29 #else
    29 #else
    30 class SmfClientQt;
    30 #include "smfclientqt.h"
    31 #endif
    31 #endif
    32 
    32 
    33 /**
    33 /**
    34  * Private Qt wrapper
    34  * Private Qt wrapper
    35  * Provided to accomodate diff facilities in diff platforms.
    35  * Provided to accomodate diff facilities in diff platforms.