phonesettings/cpphonesettingsplugins/cptelephonyutils/src/cpphonelocalisation.cpp
changeset 76 cfea66083b62
parent 45 6b911d05207e
--- 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";