tsdevicedialog/tsdevicedialogplugin/inc/tsdocumentloader.h
changeset 109 e0aa398e6810
parent 104 9b022b1f357c
child 112 dbfb5e38438b
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    22 
    22 
    23 class TsDocumentLoader : public HbDocumentLoader
    23 class TsDocumentLoader : public HbDocumentLoader
    24 {
    24 {
    25 
    25 
    26 private:
    26 private:
    27     virtual QObject *createObject(const QString &type, const QString &name);
    27     virtual QObject *createObject(const QString &type, 
       
    28                                   const QString &name);
    28 
    29 
    29 };
    30 };
    30 
    31 
    31 #endif // TSDOCUMENTLOADER_H
    32 #endif // TSDOCUMENTLOADER_H