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/kbibtex_part.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/kbibtex_part.cpp')
-rw-r--r-- | src/kbibtex_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp index 27a40cc..07450d7 100644 --- a/src/kbibtex_part.cpp +++ b/src/kbibtex_part.cpp @@ -46,7 +46,7 @@ #include <tdemessagebox.h> #include <kinputdialog.h> #include <tdeshortcut.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kiconloader.h> #include <tdeapplication.h> #include <kxmlguifactory.h> |