]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove deprecated call to KParts::PartBase::loadPlugins.
authorAlexander Lohnau <alexander.lohnau@gmx.de>
Mon, 13 Dec 2021 16:35:56 +0000 (17:35 +0100)
committerAlexander Lohnau <alexander.lohnau@gmx.de>
Thu, 16 Dec 2021 07:06:58 +0000 (07:06 +0000)
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.

src/dolphinpart.cpp

index b0f266165f8803ca370f01ffffaae43259de914a..55a11a2987378417a5b2c95df8db3a8900234f82 100644 (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()