diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:52:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:52:41 +0900 |
commit | ff571ef1a649b85bed34e3d72d1050574dfd9a38 (patch) | |
tree | 0f1be59836b833e60d3c8455e5efcb09a3507e1e /src/main.cpp | |
parent | e9368e5ab190b0fc0afe7f72e2b861b76b378b0c (diff) | |
download | kbibtex-ff571ef1a649b85bed34e3d72d1050574dfd9a38.tar.gz kbibtex-ff571ef1a649b85bed34e3d72d1050574dfd9a38.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 9309f2d..8216f2a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ #include <tdecmdlineargs.h> #include <tdelocale.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include "kbibtexshell.h" |