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 /kdesu/kdesud/secure.cpp | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdesu/kdesud/secure.cpp')
-rw-r--r-- | kdesu/kdesud/secure.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesu/kdesud/secure.cpp b/kdesu/kdesud/secure.cpp index 3abda20bc..9b30ab4ee 100644 --- a/kdesu/kdesud/secure.cpp +++ b/kdesu/kdesud/secure.cpp @@ -1,6 +1,6 @@ /* vi: ts=8 sts=4 sw=4 * - * 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 <g.t.jansen@stud.tue.nl> * * secure.cpp: Peer credentials for a UNIX socket. @@ -67,7 +67,7 @@ SocketSecurity::SocketSecurity(int sockfd) if (!warned_him) { kdWarning() << "Using void socket security. Please add support for your" << endl; - kdWarning() << "platform to kdesu/kdesud/secure.cpp" << endl; + kdWarning() << "platform to tdesu/tdesud/secure.cpp" << endl; warned_him = TRUE; } |