From a655766d43ecbaa38ecbe82ae46a29e7eef55e8c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 24 Nov 2013 17:44:20 -0600 Subject: Rename KDEsu->TDEsu to provide consistency with previous renamings. This relates to bug report 1707. --- tdesu/client.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tdesu/client.h') 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 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 -- cgit v1.2.1