Use KCModuleInfo::service() to load modules, for both KPluginInfo and KService code paths
This is an addendum to commit 53b41bc9; since now we have two code paths, KPluginInfo and KService, instead of using pluginInfo(), use module.service(), because the latter is going to return the KService associated with the module, from either code path.