kcm: don't assign undefined to component
The kcm sets the section delegate to undefined when there are only printers (not also classes). But the type is Component, and those cannot be undefined.
Instead, set it to null
The kcm sets the section delegate to undefined when there are only printers (not also classes). But the type is Component, and those cannot be undefined.
Instead, set it to null