summaryrefslogtreecommitdiffstats
path: root/kdesu/kdesu_pty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesu/kdesu_pty.cpp')
-rw-r--r--kdesu/kdesu_pty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesu/kdesu_pty.cpp b/kdesu/kdesu_pty.cpp
index 8f48f0b88..d3392ec5e 100644
--- a/kdesu/kdesu_pty.cpp
+++ b/kdesu/kdesu_pty.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>
*
* This file contains code from TEShell.C of the KDE konsole.
@@ -42,7 +42,7 @@
#include <kdebug.h>
#include <kstandarddirs.h>
-#include "kdesu_pty.h"
+#include "tdesu_pty.h"
// stdlib.h is meant to declare the prototypes but doesn't :(
#ifndef __THROW