Skip to content

Use correct part for sidebar

After switching away from KServiceTypeTrader::query, the sidebar started using WebEnginePart rather than the KonqSidebarPart. This happened because the plugin id for the sidebar part was konq_sidebar while the id used in the code was konq_sidebartng. Changing the id fixed the issue

Merge request reports