rename the following methods:

tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 5ae246e17a
commit 96774b3c88

@ -226,7 +226,7 @@ namespace QtCSharp {
{ {
if (check) if (check)
return "\n\n\t\t\tif ((qparent = parent) != null)\n" + return "\n\n\t\t\tif ((qparent = parent) != null)\n" +
"\t\t\t\tqparent.AddChild (this);\n"; "\t\t\t\parent.AddChild (this);\n";
else else
return ""; return "";
} }

Loading…
Cancel
Save