summaryrefslogtreecommitdiffstats
path: root/kdesu/client.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
commit0ae5679aa160245af248836e1d7743aeff63f2e1 (patch)
tree64608dccc9bfd57800995a414f6287b7605ca637 /kdesu/client.h
parentd3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff)
downloadtdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz
tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip
Additional kde to tde renaming
Diffstat (limited to 'kdesu/client.h')
-rw-r--r--kdesu/client.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdesu/client.h b/kdesu/client.h
index c1df06ff1..420d5dadd 100644
--- a/kdesu/client.h
+++ b/kdesu/client.h
@@ -2,14 +2,14 @@
*
* $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 is free software; you can use this library under the GNU Library
* General Public License, version 2. See the file "COPYING.LIB" for the
* exact licensing terms.
*
- * client.h: client to access kdesud.
+ * client.h: client to access tdesud.
*/
#ifndef __KDE_su_Client_h_Included__
@@ -30,7 +30,7 @@
typedef TQValueList<TQCString> QCStringList;
/**
- * A client class to access kdesud, the KDE su daemon. Kdesud can assist in
+ * A client class to access tdesud, the KDE su daemon. Kdesud can assist in
* password caching in two ways:
*
* @li For high security passwords, like for su and ssh, it executes the
@@ -53,7 +53,7 @@ public:
~KDEsuClient();
/**
- * Lets kdesud execute a command. If the daemon does not have a password
+ * Lets tdesud execute a command. If the daemon does not have a password
* for this command, this will fail and you need to call setPass().
*
* @param command The command to execute.
@@ -169,7 +169,7 @@ public:
int delGroup(const TQCString &group);
/**
- * Ping kdesud. This can be used for diagnostics.
+ * Ping tdesud. This can be used for diagnostics.
* @return Zero on success, -1 on failure
*/
int ping();
@@ -180,7 +180,7 @@ public:
int stopServer();
/**
- * Try to start up kdesud
+ * Try to start up tdesud
*/
int startServer();