diff -r ba76fc04e6c2 -r 6b911d05207e phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.cpp --- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.cpp Fri Jun 04 10:19:18 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.cpp Wed Jun 23 18:12:20 2010 +0300 @@ -92,7 +92,7 @@ QList items; CpPluginInterface *p(NULL); try { - p = CpPluginLoader::loadCpPlugin(plugin); + p = CpPluginLoader::loadCpPluginInterface(plugin); if (p && m_helper){ items = p->createSettingFormItemData(*m_helper); }