diff options
Diffstat (limited to 'tdepasswd')
-rw-r--r-- | tdepasswd/kcm/kcm_useraccount.kcfg | 2 | ||||
-rw-r--r-- | tdepasswd/kcm/main.cpp | 2 | ||||
-rw-r--r-- | tdepasswd/passwd.cpp | 2 |
3 files changed, 3 insertions, 3 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> diff --git a/tdepasswd/passwd.cpp b/tdepasswd/passwd.cpp index 3db14efbf..fc3873770 100644 --- a/tdepasswd/passwd.cpp +++ b/tdepasswd/passwd.cpp @@ -26,7 +26,7 @@ #include <tqcstring.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdesu/process.h> #include "passwd.h" |