diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:13:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:13:45 -0600 |
commit | a8333c4f4e4f6b842a9843efdfb47f1f278467e0 (patch) | |
tree | f85b86c3bce35e2cc8bf8ff5c73c5ff18ce9f9d5 /atlantik/client | |
parent | 2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d (diff) | |
download | tdegames-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/client')
-rw-r--r-- | atlantik/client/atlantik.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |