--- 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_ */