diff -r d1c62c765e48 -r cfea66083b62 phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpphonelocalisation.cpp --- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpphonelocalisation.cpp Fri Sep 17 17:09:12 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpphonelocalisation.cpp Mon Oct 04 16:06:10 2010 +0300 @@ -26,7 +26,7 @@ const char *TS_FILE_COMMON = "common"; /*! - \class CpPhoneLocalisation + \class PhoneLocalisation \brief Localisation utility class for Telephony control panel plugins. @@ -34,15 +34,15 @@ needed translation files. Takes ownership of the created QTranslator objects - and destroys them when CpPhoneLocalisation + and destroys them when PhoneLocalisation object is destructed. */ /*! - CpPhoneLocalisation::CpPhoneLocalisation() + PhoneLocalisation::PhoneLocalisation() */ -CpPhoneLocalisation::CpPhoneLocalisation(QObject *parent) +PhoneLocalisation::PhoneLocalisation(QObject *parent) :QObject(parent) { DPRINT; @@ -50,9 +50,9 @@ /*! - CpPhoneLocalisation::~CpPhoneLocalisation() + PhoneLocalisation::~PhoneLocalisation() */ -CpPhoneLocalisation::~CpPhoneLocalisation() +PhoneLocalisation::~PhoneLocalisation() { DPRINT << ":IN"; removeTranslators(); @@ -61,9 +61,9 @@ /*! - CpPhoneLocalisation::installTranslator() + PhoneLocalisation::installTranslator() */ -bool CpPhoneLocalisation::installTranslator( +bool PhoneLocalisation::installTranslator( TranslationFileId translationFileId) { DPRINT << ": IN"; @@ -106,9 +106,9 @@ /*! - CpPhoneLocalisation::removeTranslators() + PhoneLocalisation::removeTranslators() */ -void CpPhoneLocalisation::removeTranslators() +void PhoneLocalisation::removeTranslators() { DPRINT << ": IN";