Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 2f84d0e2d3
commit a8333c4f4e

@ -1,5 +1,5 @@
Atlantik uses KExtendedSocket to connect to monopd servers. Due to some bugs Atlantik uses KExtendedSocket to connect to monopd servers. Due to some bugs
in KBufferedIO and KExtendedSocket in tdelibs, you might experience in TDEBufferedIO and KExtendedSocket in tdelibs, you might experience
unexplained crashes when using Atlantik with KDE 3.0, 3.0.1 or 3.0.2. unexplained crashes when using Atlantik with KDE 3.0, 3.0.1 or 3.0.2.
It is recommended to run Atlantik with at least KDE 3.0.3 or 3.1 Beta1, or a It is recommended to run Atlantik with at least KDE 3.0.3 or 3.1 Beta1, or a

@ -474,7 +474,7 @@ void Atlantik::networkClosed(int status)
{ {
switch( status ) switch( status )
{ {
case KBufferedIO::involuntary: case TDEBufferedIO::involuntary:
slotMsgStatus( i18n("Connection with server %1:%2 lost.").arg(m_atlantikNetwork->host()).arg(m_atlantikNetwork->port()), TQString("connect_no") ); slotMsgStatus( i18n("Connection with server %1:%2 lost.").arg(m_atlantikNetwork->host()).arg(m_atlantikNetwork->port()), TQString("connect_no") );
showSelectServer(); showSelectServer();
break; break;

Loading…
Cancel
Save