diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 | 
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 | 
| commit | 27648a99ce3a8a1e498828f1fc93cbd6b3476a91 (patch) | |
| tree | 09939e827c3467356b78fce055d5b2826a832ae5 /src/modules/chan/libkvichan.cpp | |
| parent | 99e44ac443d2590ecdeb0da46608a0a537177fd7 (diff) | |
| download | kvirc-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 'src/modules/chan/libkvichan.cpp')
| -rw-r--r-- | src/modules/chan/libkvichan.cpp | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp index a2ff3bb..b7600f8 100644 --- a/src/modules/chan/libkvichan.cpp +++ b/src/modules/chan/libkvichan.cpp @@ -1040,7 +1040,7 @@ static bool chan_kvs_fnc_limit(KviKvsModuleFunctionCall * c)  		"ovhn" are mode flags: the users are added to the array only if they are channel administrators ('a'), operators ('o'),  		voiced users ('v'), half-operators ('h'), user-operators ('u') or unflagged ('n') users. (Unflagged means not operators, not  		voiced and not half-operators). If none of the "ovhun" flags are used, KVIrc behaves like all five were passed.[br] -		The flag 'm' causes the entire user tqmasks to be added to the  +		The flag 'm' causes the entire user masks to be added to the   		array entries, as known by KVIrc at the moment of this function call.[br]  		The flag 'i' causes KVIrc to invert the match and add only the users that do NOT match [tqmask].[br]  		Please note that on really large channels this function may be time consuming (especially if [tqmask] is used): @@ -1182,11 +1182,11 @@ next_item:  	@title:  		$chan.banlist  	@short: -		Returns an array of channel ban tqmasks +		Returns an array of channel ban masks  	@syntax:  		$chan.banlist([window_id])  	@description: -		Returns an array of ban tqmasks set ont the channel identified by [window_id].[br] +		Returns an array of ban masks set ont the channel identified by [window_id].[br]  		If [window_id] is empty, the current window is used.[br]  		If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br]  */ @@ -1225,11 +1225,11 @@ static bool chan_kvs_fnc_banlist(KviKvsModuleFunctionCall * c)  	@title:  		$chan.banexceptionlist  	@short: -		Returns an array of channel ban exception tqmasks +		Returns an array of channel ban exception masks  	@syntax:  		<array> $chan.banexceptionlist([window_id])  	@description: -		Returns an array of ban exception tqmasks set ont the channel identified by [window_id].[br] +		Returns an array of ban exception masks set ont the channel identified by [window_id].[br]  		If [window_id] is empty, the current window is used.[br]  		If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br]  */ @@ -1268,11 +1268,11 @@ static bool chan_kvs_fnc_banexceptionlist(KviKvsModuleFunctionCall * c)  	@title:  		$chan.invitelist  	@short: -		Returns an array of channel invite tqmasks +		Returns an array of channel invite masks  	@syntax:  		<array> $chan.banexceptionlist([window_id])  	@description: -		Returns an array of invite tqmasks set ont the channel identified by [window_id].[br] +		Returns an array of invite masks set ont the channel identified by [window_id].[br]  		If [window_id] is empty, the current window is used.[br]  		If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br]  */ | 
