[plasma/kwin] src/kcms/decoration/declarative-plugin: kcms/decoration: emit the correct signal for kcmoduleName
Vlad Zahorodnii <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 24c8e542087ee1fbdefdbf7a72760c724417409f by Vlad Zahorodnii, on behalf of Li Kai.
Committed on 03/08/2026 at 08:05.
Pushed by vladz into branch 'master'.
kcms/decoration: emit the correct signal for kcmoduleName
M +1 -1 src/kcms/decoration/declarative-plugin/previewbridge.cpp
https://invent.kde.org/plasma/kwin/-/commit/24c8e542087ee1fbdefdbf7a72760c724417409f
diff --git a/src/kcms/decoration/declarative-plugin/previewbridge.cpp b/src/kcms/decoration/declarative-plugin/previewbridge.cpp
index 92bd0205ed1..7f15d40aa03 100644
--- a/src/kcms/decoration/declarative-plugin/previewbridge.cpp
+++ b/src/kcms/decoration/declarative-plugin/previewbridge.cpp
@@ -105,7 +105,7 @@ void PreviewBridge::setKcmoduleName(const QString &kcmoduleName)
return;
}
m_kcmoduleName = kcmoduleName;
- Q_EMIT themeChanged();
+ Q_EMIT kcmoduleNameChanged();
}
QString PreviewBridge::plugin() const