summaryrefslogtreecommitdiffstats
path: root/kformula
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 18:53:46 +0900
committerMichele Calgaro <[email protected]>2025-02-28 10:43:13 +0900
commita6b8cc41e27c15bb670aa7c0c0464b6eb44099e9 (patch)
tree74f9303eb3397985d5838dee0fbed0330b25f3e9 /kformula
parent7bc34c7d4a07099da42038b83c543fb4274b1e56 (diff)
downloadkoffice-a6b8cc41e27c15bb670aa7c0c0464b6eb44099e9.tar.gz
koffice-a6b8cc41e27c15bb670aa7c0c0464b6eb44099e9.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kformula')
-rw-r--r--kformula/kformula_doc.cpp2
-rw-r--r--kformula/kformula_factory.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kformula/kformula_doc.cpp b/kformula/kformula_doc.cpp
index 23ec4977..dbbb1bad 100644
--- a/kformula/kformula_doc.cpp
+++ b/kformula/kformula_doc.cpp
@@ -44,7 +44,7 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <kstdaction.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kurl.h>
#include <KoXmlWriter.h>
#include <KoStoreDevice.h>
diff --git a/kformula/kformula_factory.cpp b/kformula/kformula_factory.cpp
index 1aebcfbd..bfcd850e 100644
--- a/kformula/kformula_factory.cpp
+++ b/kformula/kformula_factory.cpp
@@ -7,7 +7,7 @@
#include <tdefiledialog.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdelocale.h>
#include <tqstringlist.h>