From 748e86c67717d8262d7125e7b71d7440fd0a88a4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 13:16:17 -0600 Subject: Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 --- libkcddb/synccddbplookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcddb/synccddbplookup.cpp') diff --git a/libkcddb/synccddbplookup.cpp b/libkcddb/synccddbplookup.cpp index ed102b9d..f215716b 100644 --- a/libkcddb/synccddbplookup.cpp +++ b/libkcddb/synccddbplookup.cpp @@ -49,7 +49,7 @@ namespace KCDDB trackOffsetList_ = trackOffsetList; - socket_ = new KNetwork::KBufferedSocket(hostName, TQString::number(port)); + socket_ = new KNetwork::TDEBufferedSocket(hostName, TQString::number(port)); socket_->setTimeout( 30000 ); socket_->setOutputBuffering(false); -- cgit v1.2.1