phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h
changeset 78 baacf668fe89
parent 76 cfea66083b62
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
    18 #ifndef CPTELEPHONYPLUGIN_H
    18 #ifndef CPTELEPHONYPLUGIN_H
    19 #define CPTELEPHONYPLUGIN_H
    19 #define CPTELEPHONYPLUGIN_H
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
    22 #include <QList>
    22 #include <QList>
       
    23 #include <HbTranslator>
    23 #include <cpplugininterface.h>
    24 #include <cpplugininterface.h>
    24 #include <cplauncherinterface.h>
    25 #include <cplauncherinterface.h>
    25 #include "cpphonelocalisation.h"
    26 
    26 
    27 
    27 /*!
    28 /*!
    28     \class CpTelephonyPlugin
    29     \class CpTelephonyPlugin
    29     \brief The class CpTelephonyPlugin implements telephony plugin functionality. 
    30     \brief The class CpTelephonyPlugin implements telephony plugin functionality. 
    30  */
    31  */
    51     /*!
    52     /*!
    52      From CpLauncherInterface.
    53      From CpLauncherInterface.
    53      @see CpLauncherInterface.
    54      @see CpLauncherInterface.
    54      */
    55      */
    55     virtual CpBaseSettingView *createSettingView(const QVariant &hint) const;
    56     virtual CpBaseSettingView *createSettingView(const QVariant &hint) const;
    56     
    57 
       
    58 
    57 private: 
    59 private: 
    58     
    60 
    59     QScopedPointer<PhoneLocalisation> m_localisation; 
    61     QScopedPointer<HbTranslator> m_translator;
    60 };
    62 };
    61 
    63 
    62 #endif /* CPTELEPHONYPLUGIN_H */
    64 #endif /* CPTELEPHONYPLUGIN_H */