diff -r 5bcb308bd24d -r 6aaf0276100e phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h --- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h Wed Aug 18 09:48:26 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h Thu Sep 02 20:26:16 2010 +0300 @@ -25,6 +25,7 @@ class HbDataFormModelItem; class CpSettingFormItemData; +class CpPluginInterface; // Class declaration class CpTelephonyPluginView : public CpBaseSettingView @@ -43,6 +44,7 @@ private: // Data CpItemDataHelper *m_helper; + QList m_plugins; }; #endif /* CPTELEPHONYPLUGINVIEW_H_ */