phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h
changeset 60 1eef62f5c541
parent 46 bc5a64e5bc3c
--- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h	Fri Aug 06 13:16:44 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h	Mon Aug 23 15:42:12 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_ */