summaryrefslogtreecommitdiffstats
path: root/kdepasswd/kcm
diff options
context:
space:
mode:
Diffstat (limited to 'kdepasswd/kcm')
-rw-r--r--kdepasswd/kcm/chfnprocess.cpp2
-rw-r--r--kdepasswd/kcm/chfnprocess.h2
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
{