phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonelocalisation.h
changeset 76 cfea66083b62
parent 30 ebdbd102c78a
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    22 #include "cptelephonyutilsdefs.h"
    22 #include "cptelephonyutilsdefs.h"
    23 
    23 
    24 // Forward declarations 
    24 // Forward declarations 
    25 class QTranslator; 
    25 class QTranslator; 
    26 
    26 
    27 class CPTELEPHONYUTILS_EXPORT CpPhoneLocalisation: public QObject
    27 class TELEPHONYUTILS_EXPORT PhoneLocalisation : public QObject
    28     {
    28     {
    29     Q_OBJECT
    29     Q_OBJECT
    30     
    30     
    31 public: 
    31 public: 
    32     
    32     
    35         TranslationFileTelephoneCp
    35         TranslationFileTelephoneCp
    36     }; 
    36     }; 
    37         
    37         
    38 public:
    38 public:
    39     
    39     
    40     CpPhoneLocalisation(QObject *parent = NULL);
    40     PhoneLocalisation(QObject *parent = NULL);
    41     ~CpPhoneLocalisation();
    41     ~PhoneLocalisation();
    42 
    42 
    43     bool installTranslator(TranslationFileId translationFileId);
    43     bool installTranslator(TranslationFileId translationFileId);
    44     void removeTranslators();
    44     void removeTranslators();
    45 
    45 
    46 private:     
    46 private: