summaryrefslogtreecommitdiffstats
path: root/konversation/src/server.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:28:17 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:28:17 -0500
commitca3d6cef5d40d2c9faf1f0279f40b135a444d206 (patch)
treea47823d5f122de0f1af9f44f28603b3188e4e210 /konversation/src/server.cpp
parentbcd3e0efb77ae9c4e7bf378dba9ddd9953bd8d7a (diff)
downloadkonversation-ca3d6cef5d40d2c9faf1f0279f40b135a444d206.tar.gz
konversation-ca3d6cef5d40d2c9faf1f0279f40b135a444d206.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'konversation/src/server.cpp')
-rw-r--r--konversation/src/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/server.cpp b/konversation/src/server.cpp
index f04e75f..4c1cc6f 100644
--- a/konversation/src/server.cpp
+++ b/konversation/src/server.cpp
@@ -692,9 +692,9 @@ void Server::gotOwnResolvedHostByWelcome(KResolverResults res)
void Server::quitServer()
{
- // Make clear this is deliberate even if the TQUIT never actually goes through the queue
+ // Make clear this is deliberate even if the QUIT never actually goes through the queue
// (i.e. this is not redundant with _send_internal()'s updateConnectionState() call for
- // a TQUIT).
+ // a QUIT).
updateConnectionState(Konversation::SSDeliberatelyDisconnected);
TQString command(Preferences::commandChar()+"QUIT");
@@ -1050,7 +1050,7 @@ int Server::getPreLength(const TQString& command, const TQString& dest)
}
//Commands greater than 1 have localizeable text: 0 1 2 3 4 5 6
-static TQStringList outcmds=TQStringList::split(TQChar(' '),"WHO TQUIT PRIVMSG NOTICE KICK PART TOPIC");
+static TQStringList outcmds=TQStringList::split(TQChar(' '),"WHO QUIT PRIVMSG NOTICE KICK PART TOPIC");
int Server::_send_internal(TQString outputLine)
{