smf/smfservermodule/smfclient/client/smfgallery_p.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
equal deleted inserted replaced
7:be09cf1f39dd 10:77a56c951f86
    24  * QLocalserver for rest of the platforms
    24  * QLocalserver for rest of the platforms
    25  * Note:- only symbian client-server impl is provided at the moment
    25  * Note:- only symbian client-server impl is provided at the moment
    26  **/
    26  **/
    27 
    27 
    28 #include "smfprovider.h"
    28 #include "smfprovider.h"
    29 #include "SmfClientGlobal.h"
    29 #include "smfclientglobal.h"
    30 #include "smfGlobal.h"
    30 #include "smfglobal.h"
    31 #include "SmfObserver.h"
    31 #include "smfobserver.h"
    32 
    32 
    33 class SmfProvider;
    33 class SmfProvider;
    34 
    34 
    35 
    35 
    36 #include <QObject>
    36 #include <QObject>
    37 #include <QDateTime>
    37 #include <QDateTime>
    38 #include <QStringList>
    38 #include <QStringList>
    39 
    39 
    40 #include "SmfObserver.h"
    40 #include "smfobserver.h"
    41 #include "smfgallery.h"
    41 #include "smfgallery.h"
    42 #ifdef Q_OS_SYMBIAN
    42 #ifdef Q_OS_SYMBIAN
    43 class CSmfClientSymbian;
    43 class CSmfClientSymbian;
    44 #else
    44 #else
    45 class SmfClientQt;
    45 class SmfClientQt;