diff options
Diffstat (limited to 'kdepasswd/passwd.cpp')
-rw-r--r-- | kdepasswd/passwd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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" |