phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h
changeset 78 baacf668fe89
parent 76 cfea66083b62
--- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h	Mon Oct 04 16:06:10 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h	Fri Oct 15 12:58:46 2010 +0300
@@ -20,9 +20,10 @@
 
 #include <QObject>
 #include <QList>
+#include <HbTranslator>
 #include <cpplugininterface.h>
 #include <cplauncherinterface.h>
-#include "cpphonelocalisation.h"
+
 
 /*!
     \class CpTelephonyPlugin
@@ -53,10 +54,11 @@
      @see CpLauncherInterface.
      */
     virtual CpBaseSettingView *createSettingView(const QVariant &hint) const;
-    
+
+
 private: 
-    
-    QScopedPointer<PhoneLocalisation> m_localisation; 
+
+    QScopedPointer<HbTranslator> m_translator;
 };
 
 #endif /* CPTELEPHONYPLUGIN_H */