From 27648a99ce3a8a1e498828f1fc93cbd6b3476a91 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: 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 --- data/defscript/popups.kvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/defscript') 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") ": "%:regName"" - # We want to display tqmasks here!!! + # We want to display masks here!!! %:inNotifyList = $reguser.property(%:regName,notify); if(%:inNotifyList)%:labelText << "
$0" $tr("is in the notify list") %:curAvatar = $avatar.name($0); -- cgit v1.2.1