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/search/dolphinsearchbox.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/search/dolphinsearchbox.cpp')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 022fabfa4..b6a800664 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -13,7 +13,7 @@ #include "dolphinquery.h" #include <KLocalizedString> -#include <KNS3/KMoreToolsMenuFactory> +#include <KMoreToolsMenuFactory> #include <KSeparator> #include <config-baloo.h> #ifdef HAVE_BALOO |
