phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h
changeset 50 377c906a8701
parent 46 bc5a64e5bc3c
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    17 
    17 
    18 #ifndef CPPLUGINCOMMON_H
    18 #ifndef CPPLUGINCOMMON_H
    19 #define CPPLUGINCOMMON_H
    19 #define CPPLUGINCOMMON_H
    20 
    20 
    21 #include <qvariant.h>
    21 #include <qvariant.h>
       
    22 #include <qsysteminfo.h>
    22 #include "cptelephonyutilsdefs.h"
    23 #include "cptelephonyutilsdefs.h"
    23 
    24 
    24 class XQSettingsManager;
    25 class XQSettingsManager;
    25 
    26 
    26 using namespace CpTelephonyUtils;
    27 using namespace CpTelephonyUtils;
       
    28 using namespace QtMobility;
    27 
    29 
    28 /*!
    30 /*!
    29     \class Tools
    31     \class Tools
    30     \brief The static functionality.
    32     \brief The static functionality.
    31  */
    33  */
   131     int writeCenrepValue( const long int uid, const unsigned long int key,
   133     int writeCenrepValue( const long int uid, const unsigned long int key,
   132         const QVariant &settingsKeyValue ) const;
   134         const QVariant &settingsKeyValue ) const;
   133 
   135 
   134 private: // Data
   136 private: // Data
   135     // Own
   137     // Own
   136     XQSettingsManager* m_Settings;
   138     XQSettingsManager *m_settings;
       
   139     
       
   140     QSystemDeviceInfo *m_deviceInfo;
   137 };
   141 };
   138 
   142 
   139 #endif // CPPLUGINCOMMON_H
   143 #endif // CPPLUGINCOMMON_H