From 2cd3d58eec5695899c26ca66a631fb79867b6584 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 7 Nov 2023 15:45:01 +0100 Subject: Port away from KMoreTools The idea behind KMoreTools was to point the user at external tools for a given job. It provides a rather complex framework for that, including suggesting not-yet-installed tools. The UX behind that isn't great though, which somewhat deep menu hierarchies and a somewhat arbitrary list of tools. Most KDE apps have moved away from it, with only Dolphin remaining. Instead provide direct integration with relevant KDE tools (Filelight, KDiskFree, KFind) --- src/search/dolphinsearchbox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/search/dolphinsearchbox.h') diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index b73c2899f..9f1ad2952 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -18,7 +18,6 @@ class QToolButton; class QScrollArea; class QLabel; class QVBoxLayout; -class KMoreToolsMenuFactory; /** * @brief Input box for searching files with or without Baloo. @@ -172,7 +171,6 @@ private: DolphinFacetsWidget *m_facetsWidget; QUrl m_searchPath; - QScopedPointer m_menuFactory; QTimer *m_startSearchTimer; }; -- cgit v1.3.1