diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-24 17:44:20 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-24 17:44:20 -0600 |
commit | a655766d43ecbaa38ecbe82ae46a29e7eef55e8c (patch) | |
tree | 9eea86635c0ac3a5edb56b5d38b0236818f3dde3 /tdeio | |
parent | 58852c67b5185930b7a82480c46eb25f7416048c (diff) | |
download | tdelibs-a655766d43ecbaa38ecbe82ae46a29e7eef55e8c.tar.gz tdelibs-a655766d43ecbaa38ecbe82ae46a29e7eef55e8c.zip |
Rename KDEsu->TDEsu to provide consistency with previous renamings.
This relates to bug report 1707.
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdeio/sessiondata.cpp | 4 | ||||
-rw-r--r-- | tdeio/tdeio/slavebase.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/tdeio/sessiondata.cpp b/tdeio/tdeio/sessiondata.cpp index 4e4dd14ac..9c6b33b0a 100644 --- a/tdeio/tdeio/sessiondata.cpp +++ b/tdeio/tdeio/sessiondata.cpp @@ -82,14 +82,14 @@ public: private: #ifdef Q_OS_UNIX - KDEsuClient * m_tdesuClient; + TDEsuClient * m_tdesuClient; #endif }; SessionData::AuthDataList::AuthDataList() { #ifdef Q_OS_UNIX - m_tdesuClient = new KDEsuClient; + m_tdesuClient = new TDEsuClient; #endif setAutoDelete(true); } diff --git a/tdeio/tdeio/slavebase.cpp b/tdeio/tdeio/slavebase.cpp index cfc67fd04..cb071fc05 100644 --- a/tdeio/tdeio/slavebase.cpp +++ b/tdeio/tdeio/slavebase.cpp @@ -1182,7 +1182,7 @@ bool SlaveBase::pingCacheDaemon() const { #ifdef Q_OS_UNIX // TODO: Ping kded / kpasswdserver - KDEsuClient client; + TDEsuClient client; int success = client.ping(); if( success == -1 ) { |