summaryrefslogtreecommitdiffstats
path: root/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
commit10ff1b477bf54f1433d98e4c1ce1c2cf147371be (patch)
tree885c630ac208e53e9f342e95607278f650a38f4d /src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp
parentbe1a164c881f31bcf7af60263b131c9217a20d91 (diff)
downloadkvirc-10ff1b477bf54f1433d98e4c1ce1c2cf147371be.tar.gz
kvirc-10ff1b477bf54f1433d98e4c1ce1c2cf147371be.zip
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp')
-rw-r--r--src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp b/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp
index 2e35f75..7a675d2 100644
--- a/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp
+++ b/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp
@@ -884,7 +884,7 @@ namespace KviKvsCoreCallbackCommands
[comment]# We don't wait anymore :)[/comment]
%:state++
echo "Sending TQUIT..."
- return "TQUIT$cr$lf"
+ return "QUIT$cr$lf"
}
break;
default: