diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:17:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:17:02 -0600 |
commit | 4816c4a735e1704c433dbe42155bf3887180d8ea (patch) | |
tree | 868b82f46bee5214e7b8251e79ce56d4c1453c9a /kopete/protocols/irc/libkirc | |
parent | f21aaec952493cb5688c73de6e82a569ddbd7fb2 (diff) | |
download | tdenetwork-4816c4a735e1704c433dbe42155bf3887180d8ea.tar.gz tdenetwork-4816c4a735e1704c433dbe42155bf3887180d8ea.zip |
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'kopete/protocols/irc/libkirc')
-rw-r--r-- | kopete/protocols/irc/libkirc/ksslsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/irc/libkirc/ksslsocket.cpp b/kopete/protocols/irc/libkirc/ksslsocket.cpp index 153b8ba8..5db30998 100644 --- a/kopete/protocols/irc/libkirc/ksslsocket.cpp +++ b/kopete/protocols/irc/libkirc/ksslsocket.cpp @@ -116,7 +116,7 @@ int KSSLSocket::bytesAvailable() const return -2; //Re-implemented because KExtSocket doesn't use this when not in buffered mode - return KBufferedIO::bytesAvailable(); + return TDEBufferedIO::bytesAvailable(); } void KSSLSocket::slotReadData() |