diff options
| author | Alexander Lohnau <[email protected]> | 2022-05-08 09:54:30 +0200 |
|---|---|---|
| committer | Alexander Lohnau <[email protected]> | 2022-05-13 19:17:06 +0000 |
| commit | 0fc218fd264adf0f67396409cdd1d44265c71f07 (patch) | |
| tree | b12843ebb8e94d4d418893c1c187a0eec5b827e9 /src/dolphinpart.cpp | |
| parent | 6a727b1a7d3fb2db91456bbb3ff7fba6e7760353 (diff) | |
Drop KNS3 prefix for KMoreTools includes
In KF6 KMoreTools should become it's own library and thus the KNS3 prefix should get removed.
Considering that the classes are not in any namespace, having a namespaced include is not needed and only causes noise.
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 0f10a7769..fdc550431 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -16,21 +16,21 @@ #include "views/dolphinview.h" #include "views/dolphinviewactionhandler.h" -#include <KPluginMetaData> #include <KActionCollection> #include <KAuthorized> #include <KConfigGroup> #include <KDialogJobUiDelegate> #include <KDirLister> #include <KFileItemListProperties> +#include <KIO/CommandLauncherJob> #include <KIconLoader> #include <KJobWidgets> #include <KLocalizedString> #include <KMessageBox> #include <KMimeTypeEditor> -#include <KNS3/KMoreToolsMenuFactory> +#include <KMoreToolsMenuFactory> #include <KPluginFactory> -#include <KIO/CommandLauncherJob> +#include <KPluginMetaData> #include <KSharedConfig> #include <KTerminalLauncherJob> |
