From a8333c4f4e4f6b842a9843efdfb47f1f278467e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 13:13:45 -0600 Subject: Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 --- atlantik/client/atlantik.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atlantik/client') 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; -- cgit v1.2.3