diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:30:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 23:25:43 +0900 |
commit | ca51e6be42ccee7a306157899cc54edb62632b35 (patch) | |
tree | 86dcfa1b7045f7ffe7bfe7efc0430f4b6510172f /src/main.cpp | |
parent | 6538b3d2235fc67aa8722eadcf11dc21ccdf622b (diff) | |
download | kdiff3-ca51e6be42ccee7a306157899cc54edb62632b35.tar.gz kdiff3-ca51e6be42ccee7a306157899cc54edb62632b35.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 66aad10..f8ce4da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,7 @@ #include <tdeaboutdata.h> #include <tdelocale.h> #include "kdiff3_shell.h" -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "version.h" #include <tqtextcodec.h> #include <tqfile.h> |