phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp
changeset 76 cfea66083b62
parent 50 377c906a8701
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    31     // Install plugin specific msg handler
    31     // Install plugin specific msg handler
    32     INSTALL_TRACE_MSG_HANDLER;  
    32     INSTALL_TRACE_MSG_HANDLER;  
    33     DPRINT << ": IN";
    33     DPRINT << ": IN";
    34     
    34     
    35     // Set scoped pointer 
    35     // Set scoped pointer 
    36     m_localisation.reset(new CpPhoneLocalisation(this)); 
    36     m_localisation.reset(new PhoneLocalisation(this)); 
    37     
    37     
    38     // Install required translations
    38     // Install required translations
    39     m_localisation->installTranslator(
    39     m_localisation->installTranslator(
    40             CpPhoneLocalisation::
    40             PhoneLocalisation::
    41             TranslationFileCommon);
    41             TranslationFileCommon);
    42     m_localisation->installTranslator(
    42     m_localisation->installTranslator(
    43             CpPhoneLocalisation::
    43             PhoneLocalisation::
    44             TranslationFileTelephoneCp);
    44             TranslationFileTelephoneCp);
    45 
    45 
    46     DPRINT << ": OUT"; 
    46     DPRINT << ": OUT"; 
    47 }
    47 }
    48 
    48