summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit27648a99ce3a8a1e498828f1fc93cbd6b3476a91 (patch)
tree09939e827c3467356b78fce055d5b2826a832ae5 /data
parent99e44ac443d2590ecdeb0da46608a0a537177fd7 (diff)
downloadkvirc-27648a99ce3a8a1e498828f1fc93cbd6b3476a91.tar.gz
kvirc-27648a99ce3a8a1e498828f1fc93cbd6b3476a91.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'data')
-rw-r--r--data/defscript/popups.kvs2
-rw-r--r--data/doctemplates/rfc2812.template20
2 files changed, 11 insertions, 11 deletions
diff --git a/data/defscript/popups.kvs b/data/defscript/popups.kvs
index 35d39ab..643a037 100644
--- a/data/defscript/popups.kvs
+++ b/data/defscript/popups.kvs
@@ -306,7 +306,7 @@ defpopup(registration)
if(%:regName)
{
%:labelText << $tr("is registered as") ": <b>"%:regName"</b>"
- # We want to display tqmasks here!!!
+ # We want to display masks here!!!
%:inNotifyList = $reguser.property(%:regName,notify);
if(%:inNotifyList)%:labelText << "<br><b>$0</b>" $tr("is in the notify list")
%:curAvatar = $avatar.name($0);
diff --git a/data/doctemplates/rfc2812.template b/data/doctemplates/rfc2812.template
index df6a12f..b893d48 100644
--- a/data/doctemplates/rfc2812.template
+++ b/data/doctemplates/rfc2812.template
@@ -430,7 +430,7 @@ The extracted message is parsed into the components <prefix>,
ip6addr =/ "0:0:0:0:0:" ( "0" / "FFFF" ) ":" ip4addr
nickname = ( letter / special ) *8( letter / digit / special / "-" )
targettqmask = ( "$" / "#" ) tqmask
- ; see details on allowed tqmasks in section 3.3.1
+ ; see details on allowed masks in section 3.3.1
chanstring = %x01-07 / %x08-09 / %x0B-0C / %x0E-1F / %x21-2B
chanstring =/ %x2D-39 / %x3B-FF
; any octet except NUL, BELL, CR, LF, " ", "," and ":"
@@ -1032,7 +1032,7 @@ command for modes that take a parameter.
the number of users on channel "#eu-
opers".
- MODE &oulu +b ; Command to list ban tqmasks set for
+ MODE &oulu +b ; Command to list ban masks set for
the channel "&oulu".
MODE &oulu +b *!*@* ; Command to prevent all users from
@@ -1048,10 +1048,10 @@ command for modes that take a parameter.
hostname matching *.edu from joining,
except if matching *.bu.edu
- MODE #meditation e ; Command to list exception tqmasks set
+ MODE #meditation e ; Command to list exception masks set
for the channel "#meditation".
- MODE #meditation I ; Command to list invitations tqmasks
+ MODE #meditation I ; Command to list invitations masks
set for the channel "#meditation".
MODE !12345ircd O ; Command to ask who the channel
@@ -1357,7 +1357,7 @@ The server query group of commands has been designed to return
information about any server which is connected to the network.
In these queries, where a parameter appears as <target>, wildcard
-tqmasks are usually valid. For each parameter, however, only one query
+masks are usually valid. For each parameter, however, only one query
and set of replies is to be generated. In most cases, if a nickname
is given, it will mean the server to which the user is connected.
@@ -2481,11 +2481,11 @@ to 399.
347 RPL_ENDOFINVITELIST
"<channel> :End of channel invite list"
- - When listing the 'invitations tqmasks' for a given channel,
+ - When listing the 'invitations masks' for a given channel,
a server is required to send the list back using the
RPL_INVITELIST and RPL_ENDOFINVITELIST messages. A
separate RPL_INVITELIST is sent for each active tqmask.
- After the tqmasks have been listed (or if none present) a
+ After the masks have been listed (or if none present) a
RPL_ENDOFINVITELIST MUST be sent.
348 RPL_EXCEPTLIST
@@ -2493,11 +2493,11 @@ to 399.
349 RPL_ENDOFEXCEPTLIST
"<channel> :End of channel exception list"
- - When listing the 'exception tqmasks' for a given channel,
+ - When listing the 'exception masks' for a given channel,
a server is required to send the list back using the
RPL_EXCEPTLIST and RPL_ENDOFEXCEPTLIST messages. A
separate RPL_EXCEPTLIST is sent for each active tqmask.
- After the tqmasks have been listed (or if none present)
+ After the masks have been listed (or if none present)
a RPL_ENDOFEXCEPTLIST MUST be sent.
351 RPL_VERSION
@@ -2565,7 +2565,7 @@ to 399.
a server is required to send the list back using the
RPL_BANLIST and RPL_ENDOFBANLIST messages. A separate
RPL_BANLIST is sent for each active bantqmask. After the
- bantqmasks have been listed (or if none present) a
+ banmasks have been listed (or if none present) a
RPL_ENDOFBANLIST MUST be sent.
371 RPL_INFO