phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonelocalisation.h
changeset 76 cfea66083b62
parent 30 ebdbd102c78a
--- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonelocalisation.h	Fri Sep 17 17:09:12 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonelocalisation.h	Mon Oct 04 16:06:10 2010 +0300
@@ -24,7 +24,7 @@
 // Forward declarations 
 class QTranslator; 
 
-class CPTELEPHONYUTILS_EXPORT CpPhoneLocalisation: public QObject
+class TELEPHONYUTILS_EXPORT PhoneLocalisation : public QObject
     {
     Q_OBJECT
     
@@ -37,8 +37,8 @@
         
 public:
     
-    CpPhoneLocalisation(QObject *parent = NULL);
-    ~CpPhoneLocalisation();
+    PhoneLocalisation(QObject *parent = NULL);
+    ~PhoneLocalisation();
 
     bool installTranslator(TranslationFileId translationFileId);
     void removeTranslators();