[plasma/drkonqi] src: Add name to kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 13691a86815cc2d2705cd2260fee6b45c52c00f6 by Nicolas Fella.
Committed on 03/08/2026 at 13:38.
Pushed by nicolasfella into branch 'master'.
Add name to kcfg file
So that it can be associated with the config file
M +3 -0 src/settings.kcfg
https://invent.kde.org/plasma/drkonqi/-/commit/13691a86815cc2d2705cd2260fee6b45c52c00f6
diff --git a/src/settings.kcfg b/src/settings.kcfg
index 840b2708f..beb14012c 100644
--- a/src/settings.kcfg
+++ b/src/settings.kcfg
@@ -7,6 +7,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+
+ <kcfgfile name="drkonqirc" />
+
<group name="General">
<entry name="InteractionAllowed" type="Bool">
<default>true</default>