summaryrefslogtreecommitdiffstats
path: root/plugins/webinterface/www/default
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
commit100dcb6968ca22bfa52836ad55eb4f01225791db (patch)
tree9d11b082bf3241003cd8f325270def346e980fd3 /plugins/webinterface/www/default
parent15dca2cc45947fde92cfda1c4c1e84b8b8a21f46 (diff)
downloadktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.tar.gz
ktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.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/ktorrent@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/webinterface/www/default')
-rw-r--r--plugins/webinterface/www/default/wz_tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webinterface/www/default/wz_tooltip.js b/plugins/webinterface/www/default/wz_tooltip.js
index 546b421..0405498 100644
--- a/plugins/webinterface/www/default/wz_tooltip.js
+++ b/plugins/webinterface/www/default/wz_tooltip.js
@@ -327,7 +327,7 @@ function tt_OpDeHref(t_e)
window.status = tt_tag.t_href;
break;
}
- t_tag = t_tag.tqparentElement;
+ t_tag = t_tag.parentElement;
}
}
}