Remove deprecated call to KParts::PartBase::loadPlugins.

With https://invent.kde.org/frameworks/kparts/-/merge_requests/32 this method got deprecated,
and with https://invent.kde.org/network/konqueror/-/merge_requests/99 only the kget plugin is actually loaded.

https://invent.kde.org/network/konqueror/-/merge_requests/100 Takes care of importing the kget plugin to konqueror.
This commit is contained in:
Alexander Lohnau 2021-12-13 17:35:56 +01:00
parent 1421af70eb
commit 55785991be

View file

@ -146,8 +146,6 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent,
// TODO there was a "always open a new window" (when clicking on a directory) setting in konqueror
// (sort of spacial navigation)
loadPlugins(this, this, componentName());
}
DolphinPart::~DolphinPart()