summaryrefslogtreecommitdiffstats
path: root/kplato
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:53:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-28 10:43:13 +0900
commita6b8cc41e27c15bb670aa7c0c0464b6eb44099e9 (patch)
tree74f9303eb3397985d5838dee0fbed0330b25f3e9 /kplato
parent7bc34c7d4a07099da42038b83c543fb4274b1e56 (diff)
downloadkoffice-a6b8cc41e27c15bb670aa7c0c0464b6eb44099e9.tar.gz
koffice-a6b8cc41e27c15bb670aa7c0c0464b6eb44099e9.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kplato')
-rw-r--r--kplato/kptconfigbehaviorpanel.cpp2
-rw-r--r--kplato/kptfactory.cpp2
-rw-r--r--kplato/kptpart.cpp2
-rw-r--r--kplato/kptreportview.cpp2
-rw-r--r--kplato/kptview.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/kplato/kptconfigbehaviorpanel.cpp b/kplato/kptconfigbehaviorpanel.cpp
index f721ae234..6bfc2a525 100644
--- a/kplato/kptconfigbehaviorpanel.cpp
+++ b/kplato/kptconfigbehaviorpanel.cpp
@@ -30,7 +30,7 @@
#include <tdelocale.h>
#include <kcommand.h>
#include <tdeconfig.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdebug.h>
#include <tqlayout.h>
diff --git a/kplato/kptfactory.cpp b/kplato/kptfactory.cpp
index 7d66a7406..71bc656c2 100644
--- a/kplato/kptfactory.cpp
+++ b/kplato/kptfactory.cpp
@@ -24,7 +24,7 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <kdebug.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
namespace KPlato
{
diff --git a/kplato/kptpart.cpp b/kplato/kptpart.cpp
index ddebf0f0b..0647cb2aa 100644
--- a/kplato/kptpart.cpp
+++ b/kplato/kptpart.cpp
@@ -37,7 +37,7 @@
#include <tdeconfig.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kcommand.h>
#include <KoTemplateChooseDia.h>
#include <KoCommandHistory.h>
diff --git a/kplato/kptreportview.cpp b/kplato/kptreportview.cpp
index b346eef28..1818c3369 100644
--- a/kplato/kptreportview.cpp
+++ b/kplato/kptreportview.cpp
@@ -32,7 +32,7 @@
#include <tdeaction.h>
#include <kstdaction.h>
#include <tdetoolbar.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kurl.h>
#include <tdemessagebox.h>
#include <tdeio/netaccess.h>
diff --git a/kplato/kptview.cpp b/kplato/kptview.cpp
index feb8c221d..4b74eab26 100644
--- a/kplato/kptview.cpp
+++ b/kplato/kptview.cpp
@@ -56,7 +56,7 @@
#include <kstatusbar.h>
#include <kxmlguifactory.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdesktopfile.h>
#include <kcommand.h>
#include <tdefiledialog.h>