diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:16:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:16:23 +0900 |
commit | 75a914db884c355afe93e1332427623ff9e91b3b (patch) | |
tree | 59fa82afc0b7e7c00a6042effc71728445c4e83a /tdelfeditor/tdelfeditor.cpp | |
parent | b2925b116af68ffc3b1696c0d5b81696f894de04 (diff) | |
download | tdelibs-75a914db884c355afe93e1332427623ff9e91b3b.tar.gz tdelibs-75a914db884c355afe93e1332427623ff9e91b3b.zip |
Rename kstandarddirs.h to tdestandarddirs.hrename/kstandarddirs-h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdelfeditor/tdelfeditor.cpp')
-rw-r--r-- | tdelfeditor/tdelfeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdelfeditor/tdelfeditor.cpp b/tdelfeditor/tdelfeditor.cpp index 8f4317cc3..611b71c8c 100644 --- a/tdelfeditor/tdelfeditor.cpp +++ b/tdelfeditor/tdelfeditor.cpp @@ -48,7 +48,7 @@ extern "C" { #include <tdecmdlineargs.h> #include <kiconloader.h> #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> /* return application name */ extern const char *__progname; |