adapt to KPluginInfo API change
svn path=/trunk/KDE/kdebase/workspace/; revision=680026
This commit is contained in:
parent
162d6ac7c9
commit
cbfe1bd3a8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ void EffectsHandlerImpl::reconfigure()
|
|||
foreach( KService::Ptr service, offers )
|
||||
{
|
||||
KPluginInfo plugininfo( service );
|
||||
plugininfo.load( &conf );
|
||||
plugininfo.load( conf );
|
||||
|
||||
bool isloaded = isEffectLoaded( plugininfo.pluginName() );
|
||||
bool shouldbeloaded = plugininfo.isPluginEnabled();
|
||||
|
|
Loading…
Reference in a new issue