summaryrefslogtreecommitdiffstats
path: root/kxsldbg
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:50:27 +0900
committerMichele Calgaro <[email protected]>2025-02-28 09:56:56 +0900
commit459b4827b522e0c6bec7773ae010cc7d7537a94e (patch)
tree9aa0f442757feff5026f72a18e437ee2dc0d5f35 /kxsldbg
parent664a0049731c9d09cfa8d69c34e135d68c5c4bba (diff)
downloadtdewebdev-459b4827b522e0c6bec7773ae010cc7d7537a94e.tar.gz
tdewebdev-459b4827b522e0c6bec7773ae010cc7d7537a94e.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kxsldbg')
-rw-r--r--kxsldbg/kxsldbgpart/libxsldbg/help_unix.cpp2
-rw-r--r--kxsldbg/kxsldbgpart/libxsldbg/options.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kxsldbg/kxsldbgpart/libxsldbg/help_unix.cpp b/kxsldbg/kxsldbgpart/libxsldbg/help_unix.cpp
index 0bcd8edb..53a32724 100644
--- a/kxsldbg/kxsldbgpart/libxsldbg/help_unix.cpp
+++ b/kxsldbg/kxsldbgpart/libxsldbg/help_unix.cpp
@@ -36,7 +36,7 @@
#include "files.h"
#include <stdlib.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
/**
* helpTop:
diff --git a/kxsldbg/kxsldbgpart/libxsldbg/options.cpp b/kxsldbg/kxsldbgpart/libxsldbg/options.cpp
index cb916f51..ec3b2b90 100644
--- a/kxsldbg/kxsldbgpart/libxsldbg/options.cpp
+++ b/kxsldbg/kxsldbgpart/libxsldbg/options.cpp
@@ -24,7 +24,7 @@
#include "xsldbgmsg.h"
#include "utils.h"
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tqfileinfo.h>
#include <tqstringlist.h>
#include <cstdlib>