From a24a8595fc6663038f6ce26cfed6276910eef984 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 02:36:47 -0500 Subject: Fix inadvertent "TQ" changes. --- src/modules/options/optw_connection.cpp | 6 +++--- src/modules/options/optw_irc.cpp | 4 ++-- src/modules/options/optw_query.h | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/modules/options') diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp index d6990c9f..21c1192c 100644 --- a/src/modules/options/optw_connection.cpp +++ b/src/modules/options/optw_connection.cpp @@ -76,11 +76,11 @@ KviConnectionOptionsWidget::KviConnectionOptionsWidget(TQWidget * parent) #ifdef COMPILE_INFO_TIPS mergeTip(b,__tr2qs_ctx("
This option will enable auto-reconnecting after an unexpected disconnect. " \ "An unexpected disconnect is the termination of a fully connected IRC session " \ - "that was not requested by the user by the means of the TQUIT message." \ - "

Warning: If you use /RAW to send a TQUIT message to the server, " \ + "that was not requested by the user by the means of the QUIT message." \ + "

Warning: If you use /RAW to send a QUIT message to the server, " \ "this option will not behave correctly, since does not detect the outgoing " \ "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. " \ + "For this reason, always use the /QUIT 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 " \ "bouncer \"detach\" command immediately before the \"quit\" command.
" \ diff --git a/src/modules/options/optw_irc.cpp b/src/modules/options/optw_irc.cpp index a6cee9d0..71b60956 100644 --- a/src/modules/options/optw_irc.cpp +++ b/src/modules/options/optw_irc.cpp @@ -76,10 +76,10 @@ KviIrcAdvancedOptionsWidget::KviIrcAdvancedOptionsWidget(TQWidget * parent) #ifdef COMPILE_INFO_TIPS mergeTip(b, __tr2qs_ctx("

This option causes KVIrc to close " \ - "the connection immediately after sending the TQUIT message.
" \ + "the connection immediately after sending the QUIT message.
" \ "When this option is disabled, KVIrc will wait for the server " \ "to close the connection.
" \ - "Note that if you use this, your TQUIT message may be not displayed.
","options")); + "Note that if you use this, your QUIT message may be not displayed.
","options")); #endif addBoolSelector(0,1,0,1,__tr2qs_ctx("Prepend gender info to realname","options"),KviOption_boolPrependGenderInfoToRealname); } diff --git a/src/modules/options/optw_query.h b/src/modules/options/optw_query.h index 215ba377..dde374f5 100644 --- a/src/modules/options/optw_query.h +++ b/src/modules/options/optw_query.h @@ -1,5 +1,5 @@ -#ifndef _OPTW_TQUERY_H_ -#define _OPTW_TQUERY_H_ +#ifndef _OPTW_QUERY_H_ +#define _OPTW_QUERY_H_ // // File : optw_query.h // Creation date : Tue Mar 05 22:31:18 2002 GMT by Szymon Stefanek @@ -24,7 +24,7 @@ #include "kvi_optionswidget.h" -#define KVI_OPTIONS_WIDGET_ICON_KviQueryOptionsWidget KVI_SMALLICON_TQUERY +#define KVI_OPTIONS_WIDGET_ICON_KviQueryOptionsWidget KVI_SMALLICON_QUERY #define KVI_OPTIONS_WIDGET_NAME_KviQueryOptionsWidget __tr2qs_no_lookup("Query") #define KVI_OPTIONS_WIDGET_PARENT_KviQueryOptionsWidget KviIrcOptionsWidget #define KVI_OPTIONS_WIDGET_KEYWORDS_KviQueryOptionsWidget __tr2qs_no_lookup("chat") -- cgit v1.2.1