From 55785991bea7e5c433169bdc3aa9c55f8ebaabd5 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Mon, 13 Dec 2021 17:35:56 +0100 Subject: [PATCH] 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. --- src/dolphinpart.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index b0f266165..55a11a298 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -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() -- 2.47.3