summaryrefslogtreecommitdiffstats
path: root/data/defscript
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/defscript
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/defscript')
-rw-r--r--data/defscript/popups.kvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defscript/popups.kvs b/data/defscript/popups.kvs
index 35d39ab3..643a0377 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);