diff -r 6b911d05207e -r bc5a64e5bc3c phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h --- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h Wed Jun 23 18:12:20 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h Tue Jul 06 14:15:47 2010 +0300 @@ -19,34 +19,29 @@ #define CPTELEPHONYPLUGINVIEW_H_ #include +#include #include #include class HbDataFormModelItem; class CpSettingFormItemData; -/*! - \class CpTelephonyPluginView - \brief The class CpTelephonyPluginView. - */ +// Class declaration class CpTelephonyPluginView : public CpBaseSettingView { Q_OBJECT public: CpTelephonyPluginView(); + CpTelephonyPluginView(const QVariantList ¶ms); ~CpTelephonyPluginView(); private: + CpItemDataHelper* initializeItemDataHelper(); + QList groupItemFromPlugin( + const QString& plugin); - CpItemDataHelper* initializeItemDataHelper(); - -private: - - QList groupItemFromPlugin(const QString& plugin); - -private: // data - +private: // Data CpItemDataHelper *m_helper; };