diff -r cfea66083b62 -r baacf668fe89 phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h --- 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 #include +#include #include #include -#include "cpphonelocalisation.h" + /*! \class CpTelephonyPlugin @@ -53,10 +54,11 @@ @see CpLauncherInterface. */ virtual CpBaseSettingView *createSettingView(const QVariant &hint) const; - + + private: - - QScopedPointer m_localisation; + + QScopedPointer m_translator; }; #endif /* CPTELEPHONYPLUGIN_H */