summaryrefslogtreecommitdiffstats
path: root/atlantik
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:13:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:13:45 -0600
commita8333c4f4e4f6b842a9843efdfb47f1f278467e0 (patch)
treef85b86c3bce35e2cc8bf8ff5c73c5ff18ce9f9d5 /atlantik
parent2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d (diff)
downloadtdegames-a8333c4f4e4f6b842a9843efdfb47f1f278467e0.tar.gz
tdegames-a8333c4f4e4f6b842a9843efdfb47f1f278467e0.zip
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'atlantik')
-rw-r--r--atlantik/README.KDE-3.02
-rw-r--r--atlantik/client/atlantik.cpp2
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;