diff -r bab96b7ed1a4 -r f39ed5e045e0 phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h --- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h Tue Jun 15 14:14:38 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h Thu Jul 22 16:33:21 2010 +0100 @@ -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; };