diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
commit | 10ff1b477bf54f1433d98e4c1ce1c2cf147371be (patch) | |
tree | 885c630ac208e53e9f342e95607278f650a38f4d /src/modules | |
parent | be1a164c881f31bcf7af60263b131c9217a20d91 (diff) | |
download | kvirc-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/modules')
-rw-r--r-- | src/modules/options/optw_connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp index ecd026f2..d6990c9f 100644 --- a/src/modules/options/optw_connection.cpp +++ b/src/modules/options/optw_connection.cpp @@ -79,7 +79,7 @@ KviConnectionOptionsWidget::KviConnectionOptionsWidget(TQWidget * parent) "that was <b>not requested by the user</b> by the means of the TQUIT message." \ "<p><b>Warning:</b> If you use /RAW to send a TQUIT message to the server, " \ "this option will not behave correctly, since does not detect the outgoing " \ - "TQUIT message and will attempt to reconnect after the server has closed the connection. " \ + "QUIT message and will attempt to reconnect after the server has closed the connection. " \ "For this reason, always use the /TQUIT command to close your connections. " \ "This option may also behave incorrectly with bouncers that support " \ "detaching, in this case a solution could be to prepare an alias that sends the " \ |