summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:35:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:35:11 +0900
commit33ded895d1a3a86d0c5146a84abe094924dc29c1 (patch)
treec40cacabeb03c1c48e93c3f5f32bd56bde97e3ff
parent151879280cb9a3f1ba2e8c19519b3ca6bba3ae5e (diff)
downloadkcmldapmanager-33ded895d1a3a86d0c5146a84abe094924dc29c1.tar.gz
kcmldapmanager-33ded895d1a3a86d0c5146a84abe094924dc29c1.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/ldapmgr.cpp2
-rw-r--r--src/userconfigdlg.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ldapmgr.cpp b/src/ldapmgr.cpp
index 0b05d86..45d5091 100644
--- a/src/ldapmgr.cpp
+++ b/src/ldapmgr.cpp
@@ -26,7 +26,7 @@
#include <tdeparts/genericfactory.h>
#include <ksimpleconfig.h>
#include <tdeglobalsettings.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kurlrequester.h>
#include <tdelistview.h>
#include <kopenwith.h>
diff --git a/src/userconfigdlg.cpp b/src/userconfigdlg.cpp
index f79ae4e..32fad5f 100644
--- a/src/userconfigdlg.cpp
+++ b/src/userconfigdlg.cpp
@@ -24,7 +24,7 @@
#include <knuminput.h>
#include <ktempdir.h>
#include <tdetempfile.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include <tdefiledialog.h>
#include <tdeactionselector.h>