diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:33:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-28 22:54:39 +0900 |
| commit | d6baba7a6512bd7a13834684346833d97ac18cc5 (patch) | |
| tree | b31cb86dcf912dfb8ecea34161bd4dd8360caa38 /plugins/search/searchplugin.cpp | |
| parent | c8b7a0fbb7005ee47c9db000844f89054c55fd32 (diff) | |
| download | ktorrent-d6baba7a6512bd7a13834684346833d97ac18cc5.tar.gz ktorrent-d6baba7a6512bd7a13834684346833d97ac18cc5.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/search/searchplugin.cpp')
| -rw-r--r-- | plugins/search/searchplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search/searchplugin.cpp b/plugins/search/searchplugin.cpp index 0aac421..dc62c6c 100644 --- a/plugins/search/searchplugin.cpp +++ b/plugins/search/searchplugin.cpp @@ -24,7 +24,7 @@ #include <kstdaction.h> #include <tdepopupmenu.h> #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <krun.h> #include <interfaces/guiinterface.h> #include "searchplugin.h" |
