locationpickerservice/inc/locationpickerdocumentloader.h
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
equal deleted inserted replaced
17:0f22fb80ebba 20:cd10d5b85554
    16 */
    16 */
    17 
    17 
    18 #ifndef LOCATIONPICKERDOCUMENTLOADER_H_
    18 #ifndef LOCATIONPICKERDOCUMENTLOADER_H_
    19 #define LOCATIONPICKERDOCUMENTLOADER_H_
    19 #define LOCATIONPICKERDOCUMENTLOADER_H_
    20 
    20 
    21 #include <hbDocumentLoader>
    21 #include <HbDocumentLoader>
    22 
    22 
    23 class LocationPickerDocumentLoader : public HbDocumentLoader
    23 class LocationPickerDocumentLoader : public HbDocumentLoader
    24 {
    24 {
    25 
    25 
    26 public:
    26 public:
    38 public:
    38 public:
    39 
    39 
    40     /**
    40     /**
    41      * from base class
    41      * from base class
    42      */
    42      */
    43     QObject *createObject(const QString& type, const QString &name);
    43     QObject *createObject( const QString& type, const QString &name );
    44 };
    44 };
    45 
    45 
    46 #endif /* LOCATIONPICKERDOCUMENTLOADER_H_ */
    46 #endif /* LOCATIONPICKERDOCUMENTLOADER_H_ */