summaryrefslogtreecommitdiffstats
path: root/src/documentwidget.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/documentwidget.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/documentwidget.cpp')
-rw-r--r--src/documentwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentwidget.cpp b/src/documentwidget.cpp
index fa99d89..361a7bb 100644
--- a/src/documentwidget.cpp
+++ b/src/documentwidget.cpp
@@ -42,7 +42,7 @@
#include <tdepopupmenu.h>
#include <kiconloader.h>
#include <tdeio/netaccess.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include <tdeapplication.h>
#include <klineedit.h>