diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdepasswd/kcm | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdepasswd/kcm')
-rw-r--r-- | kdepasswd/kcm/chfnprocess.cpp | 2 | ||||
-rw-r--r-- | kdepasswd/kcm/chfnprocess.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kdepasswd/kcm/chfnprocess.cpp b/kdepasswd/kcm/chfnprocess.cpp index 4f6af0add..56bd546da 100644 --- a/kdepasswd/kcm/chfnprocess.cpp +++ b/kdepasswd/kcm/chfnprocess.cpp @@ -18,7 +18,7 @@ #include <tqcstring.h> -#include <kdesu/process.h> +#include <tdesu/process.h> #include <kdebug.h> #include <kdebug.h> #include "chfnprocess.h" diff --git a/kdepasswd/kcm/chfnprocess.h b/kdepasswd/kcm/chfnprocess.h index 4f129b643..d29ccc538 100644 --- a/kdepasswd/kcm/chfnprocess.h +++ b/kdepasswd/kcm/chfnprocess.h @@ -12,7 +12,7 @@ #define CHFNPROC_H #include <tqcstring.h> -#include <kdesu/process.h> +#include <tdesu/process.h> class ChfnProcess : public PtyProcess { |