summaryrefslogtreecommitdiffstats
path: root/keduca
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:46:37 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:46:37 +0900
commitf5bba420c167f098576e9d9cffa4114ff17976a4 (patch)
tree747fe5a56c118c791cefca9714feee0c4826ca47 /keduca
parent51d6c09aaad2282f1a010aaf4f3cb16830bc35ff (diff)
downloadtdeedu-f5bba420c167f098576e9d9cffa4114ff17976a4.tar.gz
tdeedu-f5bba420c167f098576e9d9cffa4114ff17976a4.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'keduca')
-rw-r--r--keduca/keduca/keduca.cpp2
-rw-r--r--keduca/keduca/keducaview.cpp2
-rw-r--r--keduca/keducabuilder/kcontrolheader.cpp2
-rw-r--r--keduca/keducabuilder/klangcombo.cpp2
-rw-r--r--keduca/libkeduca/fileread.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/keduca/keduca/keduca.cpp b/keduca/keduca/keduca.cpp
index 0401e56e..9907e479 100644
--- a/keduca/keduca/keduca.cpp
+++ b/keduca/keduca/keduca.cpp
@@ -22,7 +22,7 @@
#include <tdeapplication.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdefiledialog.h>
#include <kdebug.h>
diff --git a/keduca/keduca/keducaview.cpp b/keduca/keduca/keducaview.cpp
index 81037237..3a3657c6 100644
--- a/keduca/keduca/keducaview.cpp
+++ b/keduca/keduca/keducaview.cpp
@@ -25,7 +25,7 @@
#include <stdlib.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include <tdefiledialog.h>
#include <kpushbutton.h>
diff --git a/keduca/keducabuilder/kcontrolheader.cpp b/keduca/keducabuilder/kcontrolheader.cpp
index 2f8bd341..51965572 100644
--- a/keduca/keducabuilder/kcontrolheader.cpp
+++ b/keduca/keducabuilder/kcontrolheader.cpp
@@ -19,7 +19,7 @@
#include "kcontrolheader.moc"
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <ksimpleconfig.h>
#include <klineedit.h>
#include <kcombobox.h>
diff --git a/keduca/keducabuilder/klangcombo.cpp b/keduca/keducabuilder/klangcombo.cpp
index 05a36669..3626a3cc 100644
--- a/keduca/keducabuilder/klangcombo.cpp
+++ b/keduca/keducabuilder/klangcombo.cpp
@@ -22,7 +22,7 @@
*/
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "klangcombo.h"
#include "klangcombo.moc"
diff --git a/keduca/libkeduca/fileread.cpp b/keduca/libkeduca/fileread.cpp
index f3470214..0a174790 100644
--- a/keduca/libkeduca/fileread.cpp
+++ b/keduca/libkeduca/fileread.cpp
@@ -20,7 +20,7 @@
#include <assert.h>
#include <tdeio/netaccess.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kmimetype.h>
#include <kdebug.h>
#include <tdetempfile.h>