kcms/rules: Add missing KCM namespace qualifier

There was a missing `KCM.` qualifier to `ContextHelpButton`
preventing the component to load

ammends 784f36affa

BUG: 470906
FIXED-IN: 6
This commit is contained in:
Ismael Asensio 2023-06-11 15:23:31 +02:00
parent a61ae0b07e
commit c34bae007d

View file

@ -226,7 +226,7 @@ KCM.ScrollViewKCM {
}
}
ContextualHelpButton {
KCM.ContextualHelpButton {
Layout.rightMargin: Kirigami.Units.largeSpacing
visible: model.description.length > 0
toolTipText: model.description