Missing one
svn path=/trunk/KDE/kdebase/workspace/; revision=615683
This commit is contained in:
parent
074f3342e0
commit
c259f990f1
1 changed files with 2 additions and 2 deletions
|
@ -1593,8 +1593,8 @@ void KTranslucencyConfig::save( void )
|
|||
if (standAlone)
|
||||
{
|
||||
config->sync();
|
||||
QDBusInterface kwin( "org.kde.kwin", "/KWin", "org.kde.KWin" );
|
||||
kwin.call( "reconfigure" );
|
||||
org::kde::KWin kwin("org.kde.kwin", "/KWin", QDBusConnection::sessionBus());
|
||||
kwin.reconfigure();
|
||||
}
|
||||
emit KCModule::changed(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue