summaryrefslogtreecommitdiffstats
path: root/tdesu/client.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-11-24 17:44:20 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-11-24 17:44:20 -0600
commita655766d43ecbaa38ecbe82ae46a29e7eef55e8c (patch)
tree9eea86635c0ac3a5edb56b5d38b0236818f3dde3 /tdesu/client.h
parent58852c67b5185930b7a82480c46eb25f7416048c (diff)
downloadtdelibs-a655766d43ecbaa38ecbe82ae46a29e7eef55e8c.tar.gz
tdelibs-a655766d43ecbaa38ecbe82ae46a29e7eef55e8c.zip
Rename KDEsu->TDEsu to provide consistency with previous renamings.
This relates to bug report 1707.
Diffstat (limited to 'tdesu/client.h')
-rw-r--r--tdesu/client.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdesu/client.h b/tdesu/client.h
index 750dd9264..7f7a7aa9f 100644
--- a/tdesu/client.h
+++ b/tdesu/client.h
@@ -47,10 +47,10 @@ typedef TQValueList<TQCString> QCStringList;
* See setVar, delVar, delGroup.
*/
-class TDESU_EXPORT KDEsuClient {
+class TDESU_EXPORT TDEsuClient {
public:
- KDEsuClient();
- ~KDEsuClient();
+ TDEsuClient();
+ ~TDEsuClient();
/**
* Lets tdesud execute a command. If the daemon does not have a password
@@ -198,8 +198,8 @@ private:
int command(const TQCString &cmd, TQCString *result=0L);
TQCString escape(const TQCString &str);
- class KDEsuClientPrivate;
- KDEsuClientPrivate *d;
+ class TDEsuClientPrivate;
+ TDEsuClientPrivate *d;
};
#endif //Q_OS_UNIX