summaryrefslogtreecommitdiffstats
path: root/tdepasswd/kcm
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:46:25 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:46:25 +0900
commit669c9bc7d86221be927586ec3078e6247048ca37 (patch)
treee83c76f0e10c5bcd55b89c3b4ec96754591d949c /tdepasswd/kcm
parent60e6b46689f16f4a05ceeb34f904603ef042ae6c (diff)
downloadtdebase-669c9bc7d86221be927586ec3078e6247048ca37.tar.gz
tdebase-669c9bc7d86221be927586ec3078e6247048ca37.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdepasswd/kcm')
-rw-r--r--tdepasswd/kcm/kcm_useraccount.kcfg2
-rw-r--r--tdepasswd/kcm/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdepasswd/kcm/kcm_useraccount.kcfg b/tdepasswd/kcm/kcm_useraccount.kcfg
index 549afdb1e..9bd2c60ea 100644
--- a/tdepasswd/kcm/kcm_useraccount.kcfg
+++ b/tdepasswd/kcm/kcm_useraccount.kcfg
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<include>tdeglobal.h</include>
- <include>kstandarddirs.h</include>
+ <include>tdestandarddirs.h</include>
<kcfgfile name="tdm/tdmrc"/>
<group name="X-*-Greeter">
<entry name="faceDir" type="Path">
diff --git a/tdepasswd/kcm/main.cpp b/tdepasswd/kcm/main.cpp
index 5d7e98e66..1d08564c3 100644
--- a/tdepasswd/kcm/main.cpp
+++ b/tdepasswd/kcm/main.cpp
@@ -37,7 +37,7 @@
#include <kuser.h>
#include <kdialog.h>
#include <kimageio.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeaboutdata.h>
#include <kgenericfactory.h>
#include <tdemessagebox.h>