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/infowidget/flagdb.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/infowidget/flagdb.cpp')
| -rw-r--r-- | plugins/infowidget/flagdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infowidget/flagdb.cpp b/plugins/infowidget/flagdb.cpp index 63ce4c6..50a15e2 100644 --- a/plugins/infowidget/flagdb.cpp +++ b/plugins/infowidget/flagdb.cpp @@ -19,7 +19,7 @@ #include <tqfile.h> #include <tqimage.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "flagdb.h" kt::FlagDBSource::FlagDBSource(const char* type, const TQString& pathPattern) |
