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 96e30b1181
commit d8e2dc24f7

@ -390,7 +390,7 @@ void Server::connectToIRCServer()
// connect() will do a async lookup too
if(!getConnectionSettings().server().SSLEnabled())
{
m_socket = new KNetwork::KBufferedSocket(TQString(), TQString(), 0L, "serverSocket");
m_socket = new KNetwork::TDEBufferedSocket(TQString(), TQString(), 0L, "serverSocket");
connect(m_socket, TQT_SIGNAL(connected(const KResolverEntry&)), TQT_SLOT (ircServerConnectionSuccess()));
}
else

@ -481,7 +481,7 @@ void resetNickSelection();
void processIncomingData();
/// Sends the TQString to the socket. No longer has any internal concept of queueing
void toServer(TQString&, IRCQueue *);
/// Because KBufferedSocket has no closed(int) signal we use this slot to call broken(0)
/// Because TDEBufferedSocket has no closed(int) signal we use this slot to call broken(0)
void closed();
void broken(int state);
/** This is connected to the SSLSocket failed.

Loading…
Cancel
Save