diff options
Diffstat (limited to 'tdesu/client.h')
-rw-r--r-- | tdesu/client.h | 10 |
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 |