summaryrefslogtreecommitdiffstats
path: root/src/projectmanager.cpp
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 /src/projectmanager.cpp
parentbcad1c05200994c503a5a5c56cbd4f2a469c5666 (diff)
downloadtdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.tar.gz
tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/projectmanager.cpp')
-rw-r--r--src/projectmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectmanager.cpp b/src/projectmanager.cpp
index b99dc436..385353c5 100644
--- a/src/projectmanager.cpp
+++ b/src/projectmanager.cpp
@@ -23,7 +23,7 @@ class TQDomDocument;
#include <tdecmdlineargs.h>
#include <tdeprocess.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeio/netaccess.h>
#include <tdetempfile.h>
#include <tdemenubar.h>