port to value based KPluginInfo

svn path=/trunk/KDE/kdebase/workspace/; revision=691115
icc-effect-5.14.5
Matthias Kretz 2007-07-22 23:10:53 +00:00
parent d33949b4d4
commit 652d0fcec3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ KWinEffectsConfig::KWinEffectsConfig(QWidget *parent, const QStringList &)
// Find all .desktop files of the effects
KService::List offers = KServiceTypeTrader::self()->query("KWin/Effect");
QList<KPluginInfo*> effectinfos = KPluginInfo::fromServices(offers);
QList<KPluginInfo> effectinfos = KPluginInfo::fromServices(offers);
// Add them to the plugin selector
mPluginSelector->addPlugins(effectinfos, KPluginSelector::ReadConfigFile, i18n("Appearance"), "Appearance", mKWinConfig);