summaryrefslogtreecommitdiffstats
path: root/kdepasswd
diff options
context:
space:
mode:
Diffstat (limited to 'kdepasswd')
-rw-r--r--kdepasswd/Makefile.am2
-rw-r--r--kdepasswd/kcm/chfnprocess.cpp2
-rw-r--r--kdepasswd/kcm/chfnprocess.h2
-rw-r--r--kdepasswd/kdepasswd.cpp2
-rw-r--r--kdepasswd/passwd.cpp4
-rw-r--r--kdepasswd/passwd.h4
-rw-r--r--kdepasswd/passwddlg.cpp2
-rw-r--r--kdepasswd/passwddlg.h2
8 files changed, 10 insertions, 10 deletions
diff --git a/kdepasswd/Makefile.am b/kdepasswd/Makefile.am
index d206a092b..a24c5e2e0 100644
--- a/kdepasswd/Makefile.am
+++ b/kdepasswd/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = kcm
bin_PROGRAMS = kdepasswd
kdepasswd_SOURCES = kdepasswd.cpp passwd.cpp passwddlg.cpp
-kdepasswd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+kdepasswd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kdepasswd_LDADD = $(LIB_KIO)
METASOURCES = AUTO
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
{
diff --git a/kdepasswd/kdepasswd.cpp b/kdepasswd/kdepasswd.cpp
index ae75554dd..38638c288 100644
--- a/kdepasswd/kdepasswd.cpp
+++ b/kdepasswd/kdepasswd.cpp
@@ -2,7 +2,7 @@
*
* $Id$
*
- * This file is part of the KDE project, module kdesu.
+ * This file is part of the KDE project, module tdesu.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>
*/
diff --git a/kdepasswd/passwd.cpp b/kdepasswd/passwd.cpp
index 89bbbdf82..9d29333fc 100644
--- a/kdepasswd/passwd.cpp
+++ b/kdepasswd/passwd.cpp
@@ -2,7 +2,7 @@
*
* $Id$
*
- * This file is part of the KDE project, module kdesu.
+ * This file is part of the KDE project, module tdesu.
* Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org>
*
* passwd.cpp: Change a user's password.
@@ -28,7 +28,7 @@
#include <kdebug.h>
#include <kstandarddirs.h>
-#include <kdesu/process.h>
+#include <tdesu/process.h>
#include "passwd.h"
diff --git a/kdepasswd/passwd.h b/kdepasswd/passwd.h
index 72590740d..a5a75d5ff 100644
--- a/kdepasswd/passwd.h
+++ b/kdepasswd/passwd.h
@@ -2,7 +2,7 @@
*
* $Id$
*
- * This file is part of the KDE project, module kdesu.
+ * This file is part of the KDE project, module tdesu.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>
*/
@@ -10,7 +10,7 @@
#define __Passwd_h_Included__
#include <tqcstring.h>
-#include <kdesu/process.h>
+#include <tdesu/process.h>
/**
* A C++ API to passwd.
diff --git a/kdepasswd/passwddlg.cpp b/kdepasswd/passwddlg.cpp
index edfdd8b8b..833195031 100644
--- a/kdepasswd/passwddlg.cpp
+++ b/kdepasswd/passwddlg.cpp
@@ -2,7 +2,7 @@
*
* $Id$
*
- * This file is part of the KDE project, module kdesu.
+ * This file is part of the KDE project, module tdesu.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>
*/
diff --git a/kdepasswd/passwddlg.h b/kdepasswd/passwddlg.h
index 853a8ac19..3e81856e9 100644
--- a/kdepasswd/passwddlg.h
+++ b/kdepasswd/passwddlg.h
@@ -2,7 +2,7 @@
*
* $Id$
*
- * This file is part of the KDE project, module kdesu.
+ * This file is part of the KDE project, module tdesu.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>
*/