summaryrefslogtreecommitdiffstats
path: root/languages/cpp/debugger
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 22:50:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 22:50:16 +0900
commit7a2349ae3d67309948bff7d0447395d41bdd7a23 (patch)
tree6fd138738fdb14de7f246272a9923c513566dd74 /languages/cpp/debugger
parentbcad1c05200994c503a5a5c56cbd4f2a469c5666 (diff)
downloadtdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.tar.gz
tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/cpp/debugger')
-rw-r--r--languages/cpp/debugger/dbgtoolbar.cpp2
-rw-r--r--languages/cpp/debugger/stty.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/debugger/dbgtoolbar.cpp b/languages/cpp/debugger/dbgtoolbar.cpp
index f9143fc0..bf503bad 100644
--- a/languages/cpp/debugger/dbgtoolbar.cpp
+++ b/languages/cpp/debugger/dbgtoolbar.cpp
@@ -21,7 +21,7 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <tdepopupmenu.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <twin.h>
#include <twinmodule.h>
diff --git a/languages/cpp/debugger/stty.cpp b/languages/cpp/debugger/stty.cpp
index 517430da..bef3e00f 100644
--- a/languages/cpp/debugger/stty.cpp
+++ b/languages/cpp/debugger/stty.cpp
@@ -60,7 +60,7 @@
#include <tqfile.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeapplication.h>
#include "stty.h"