Simplify AboutPage and AboutKDE component creation
This MR simplifies the creation of the AboutPage and AboutKDE components, by using Qt.createComponent
to construct them instead of manually creating the component inline, which I believe is unnecessary and that Qt.createComponent
can fully replace this.
This just saves a few extra lines, hope that's ok :-)