From a8333c4f4e4f6b842a9843efdfb47f1f278467e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 13:13:45 -0600 Subject: [PATCH] Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 --- atlantik/README.KDE-3.0 | 2 +- atlantik/client/atlantik.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atlantik/README.KDE-3.0 b/atlantik/README.KDE-3.0 index 7b82d7dd..79612044 100644 --- a/atlantik/README.KDE-3.0 +++ b/atlantik/README.KDE-3.0 @@ -1,5 +1,5 @@ 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. It is recommended to run Atlantik with at least KDE 3.0.3 or 3.1 Beta1, or a diff --git a/atlantik/client/atlantik.cpp b/atlantik/client/atlantik.cpp index ff93cafe..0b3923e7 100644 --- a/atlantik/client/atlantik.cpp +++ b/atlantik/client/atlantik.cpp @@ -474,7 +474,7 @@ void Atlantik::networkClosed(int 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") ); showSelectServer(); break;