summaryrefslogtreecommitdiffstats
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:52:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:52:41 +0900
commitff571ef1a649b85bed34e3d72d1050574dfd9a38 (patch)
tree0f1be59836b833e60d3c8455e5efcb09a3507e1e /src/settings.cpp
parente9368e5ab190b0fc0afe7f72e2b861b76b378b0c (diff)
downloadkbibtex-ff571ef1a649b85bed34e3d72d1050574dfd9a38.tar.gz
kbibtex-ff571ef1a649b85bed34e3d72d1050574dfd9a38.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 92dd34b..8cf020f 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -27,7 +27,7 @@
#include <tqapplication.h>
#include <tdeconfig.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <kdebug.h>