diff --git a/kcms/lookandfeel/kcm.cpp b/kcms/lookandfeel/kcm.cpp index 60335605a..26c7b4054 100644 --- a/kcms/lookandfeel/kcm.cpp +++ b/kcms/lookandfeel/kcm.cpp @@ -781,10 +781,6 @@ void KCMLookandFeel::setWindowDecoration(const QString &library, const QString & KConfigGroup cgd(&configDefault, QStringLiteral("org.kde.kdecoration2")); writeNewDefaults(cg, cgd, QStringLiteral("library"), library); writeNewDefaults(cg, cgd, QStringLiteral("theme"), theme, KConfig::Notify); - - // Reload KWin. - QDBusMessage message = QDBusMessage::createSignal(QStringLiteral("/KWin"), QStringLiteral("org.kde.KWin"), QStringLiteral("reloadConfig")); - QDBusConnection::sessionBus().send(message); } void KCMLookandFeel::setResetDefaultLayout(bool reset)