phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h
changeset 64 6aaf0276100e
parent 46 bc5a64e5bc3c
--- 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<CpPluginInterface*> m_plugins;
 };
 
 #endif /* CPTELEPHONYPLUGINVIEW_H_ */