┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2021-12-13 17:35:56 +0100
committerAlexander Lohnau <[email protected]>2021-12-16 07:06:58 +0000
commit55785991bea7e5c433169bdc3aa9c55f8ebaabd5 (patch)
treed0a89be5603ed847d9cc5886469d022e835b5c53 /src/dolphinpart.cpp
parent1421af70eb8efd7dedf352bc46c8afcff564fc9a (diff)
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.
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 0 insertions, 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()