summaryrefslogtreecommitdiffstats
path: root/quanta/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 22:50:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-28 09:56:56 +0900
commit459b4827b522e0c6bec7773ae010cc7d7537a94e (patch)
tree9aa0f442757feff5026f72a18e437ee2dc0d5f35 /quanta/src
parent664a0049731c9d09cfa8d69c34e135d68c5c4bba (diff)
downloadtdewebdev-459b4827b522e0c6bec7773ae010cc7d7537a94e.tar.gz
tdewebdev-459b4827b522e0c6bec7773ae010cc7d7537a94e.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/src')
-rw-r--r--quanta/src/document.cpp2
-rw-r--r--quanta/src/dtds.cpp2
-rw-r--r--quanta/src/kqapp.cpp2
-rw-r--r--quanta/src/quanta.cpp2
-rw-r--r--quanta/src/quanta_init.cpp2
-rw-r--r--quanta/src/quantaview.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/quanta/src/document.cpp b/quanta/src/document.cpp
index 8e667b3b..1efd098b 100644
--- a/quanta/src/document.cpp
+++ b/quanta/src/document.cpp
@@ -46,7 +46,7 @@
#include <kdebug.h>
#include <kprogress.h>
#include <tdeio/netaccess.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdetexteditor/document.h>
#include <tdetexteditor/view.h>
diff --git a/quanta/src/dtds.cpp b/quanta/src/dtds.cpp
index c9e8e83c..98e6f6d6 100644
--- a/quanta/src/dtds.cpp
+++ b/quanta/src/dtds.cpp
@@ -35,7 +35,7 @@
#include <tdeglobal.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdefiledialog.h>
diff --git a/quanta/src/kqapp.cpp b/quanta/src/kqapp.cpp
index e4aab4b3..d5be6159 100644
--- a/quanta/src/kqapp.cpp
+++ b/quanta/src/kqapp.cpp
@@ -24,7 +24,7 @@
#include <tdecmdlineargs.h>
#include <kurl.h>
#include <kiconloader.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeglobalsettings.h>
#include <ksplashscreen.h>
#include <dcopclient.h>
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index de24c83a..830de874 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -87,7 +87,7 @@
#include <tdeaction.h>
#include <kcharsets.h>
#include <kdirwatch.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <ktabwidget.h>
#include <ktip.h>
#include <kmimetype.h>
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp
index f9026761..3966f752 100644
--- a/quanta/src/quanta_init.cpp
+++ b/quanta/src/quanta_init.cpp
@@ -50,7 +50,7 @@
#include <tdelocale.h>
#include <tdeconfig.h>
#include <tdehtmlview.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kstatusbar.h>
#include <tdeaction.h>
#include <kstdaction.h>
diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp
index 8e867d9a..cffc125a 100644
--- a/quanta/src/quantaview.cpp
+++ b/quanta/src/quantaview.cpp
@@ -37,7 +37,7 @@
#include <kdirwatch.h>
#include <tdehtmlview.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemenubar.h>
#include <kiconloader.h>
#include <tdemessagebox.h>