From 100dcb6968ca22bfa52836ad55eb4f01225791db Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: [PATCH] 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 --- apps/ktorrent/addpeerwidgetbase.ui | 2 +- apps/ktorrent/advancedpref.ui | 2 +- apps/ktorrent/downloadpref.ui | 2 +- apps/ktorrent/fileselectdlgbase.ui | 2 +- apps/ktorrent/generalpref.ui | 2 +- apps/ktorrent/ipfilterwidgetbase.ui | 2 +- apps/ktorrent/newui/dmainwindow.cpp | 6 +++--- apps/ktorrent/newui/dmainwindow.h | 2 +- apps/ktorrent/pastedlgbase.ui | 2 +- apps/ktorrent/queuedlg.ui | 2 +- apps/ktorrent/scandlgbase.ui | 2 +- apps/ktorrent/speedlimitsdlgbase.ui | 2 +- apps/ktorrent/torrentcreatordlgbase.ui | 2 +- apps/ktupnptest/mainwidget.ui | 2 +- libktorrent/expandablewidget.h | 2 +- libktorrent/kademlia/rpcmsg.cpp | 2 +- libktorrent/labelviewitembase.ui | 2 +- libktorrent/pluginmanagerwidget.ui | 2 +- plugins/infowidget/chunkdownloadviewbase.ui | 2 +- plugins/infowidget/iwpref.ui | 2 +- plugins/infowidget/statustabbase.ui | 2 +- plugins/infowidget/trackerviewbase.ui | 2 +- plugins/ipfilter/convert_dlg.ui | 2 +- plugins/ipfilter/ipblockingpref.ui | 2 +- plugins/logviewer/logprefwidgetbase.ui | 2 +- plugins/partfileimport/importdlgbase.ui | 2 +- plugins/rssfeed/rss/document.cpp | 14 +++++++------- plugins/rssfeed/rssfeedwidget.ui | 2 +- plugins/scanfolder/sfprefwidgetbase.ui | 2 +- plugins/scheduler/bwspage.ui | 2 +- plugins/scheduler/schedulerpage.ui | 2 +- plugins/search/searchbar.ui | 2 +- plugins/search/searchpref.ui | 2 +- plugins/stats/PeerMonitor.cc | 2 +- plugins/stats/sprefwgt.ui | 2 +- plugins/stats/statsconwgt.ui | 2 +- plugins/stats/statsspdwgt.ui | 2 +- plugins/upnp/upnpwidget.ui | 2 +- plugins/webinterface/webinterfacepref.ui | 2 +- plugins/webinterface/www/coldmilk/page_update.js | 6 +++--- plugins/webinterface/www/default/wz_tooltip.js | 2 +- 41 files changed, 51 insertions(+), 51 deletions(-) diff --git a/apps/ktorrent/addpeerwidgetbase.ui b/apps/ktorrent/addpeerwidgetbase.ui index aeb5f6e..3ae532a 100644 --- a/apps/ktorrent/addpeerwidgetbase.ui +++ b/apps/ktorrent/addpeerwidgetbase.ui @@ -152,7 +152,7 @@ btnAdd_clicked() - + klineedit.h knuminput.h diff --git a/apps/ktorrent/advancedpref.ui b/apps/ktorrent/advancedpref.ui index 527250b..a144aa6 100644 --- a/apps/ktorrent/advancedpref.ui +++ b/apps/ktorrent/advancedpref.ui @@ -639,7 +639,7 @@ setEnabled(bool) - + kcombobox.h kcombobox.h diff --git a/apps/ktorrent/downloadpref.ui b/apps/ktorrent/downloadpref.ui index 966fc50..6315cba 100644 --- a/apps/ktorrent/downloadpref.ui +++ b/apps/ktorrent/downloadpref.ui @@ -708,7 +708,7 @@ - + knuminput.h knuminput.h diff --git a/apps/ktorrent/fileselectdlgbase.ui b/apps/ktorrent/fileselectdlgbase.ui index 39cd4b6..152c057 100644 --- a/apps/ktorrent/fileselectdlgbase.ui +++ b/apps/ktorrent/fileselectdlgbase.ui @@ -369,7 +369,7 @@ m_select_none m_invert_selection - + kurlrequester.h klineedit.h diff --git a/apps/ktorrent/generalpref.ui b/apps/ktorrent/generalpref.ui index 5a17912..33eb8f3 100644 --- a/apps/ktorrent/generalpref.ui +++ b/apps/ktorrent/generalpref.ui @@ -453,7 +453,7 @@ show_systray_icon - + knuminput.h klineedit.h diff --git a/apps/ktorrent/ipfilterwidgetbase.ui b/apps/ktorrent/ipfilterwidgetbase.ui index a4d56fc..c02218d 100644 --- a/apps/ktorrent/ipfilterwidgetbase.ui +++ b/apps/ktorrent/ipfilterwidgetbase.ui @@ -353,7 +353,7 @@ btnOk_clicked() btnApply_clicked() - + klistview.h kpushbutton.h diff --git a/apps/ktorrent/newui/dmainwindow.cpp b/apps/ktorrent/newui/dmainwindow.cpp index b90045c..bf039d6 100644 --- a/apps/ktorrent/newui/dmainwindow.cpp +++ b/apps/ktorrent/newui/dmainwindow.cpp @@ -88,7 +88,7 @@ void DMainWindow::createToolWindows() void DMainWindow::addWidget(TQWidget *widget, const TQString &title) { -// tqinvalidateActiveTabWidget(); +// invalidateActiveTabWidget(); if (m_firstRemoved && m_activeTabWidget == m_tabs.first()) { m_central->addDock(0, 0, m_activeTabWidget); @@ -180,14 +180,14 @@ DTabWidget *DMainWindow::splitHorizontal() DTabWidget *DMainWindow::splitVertical() { -// tqinvalidateActiveTabWidget(); +// invalidateActiveTabWidget(); int row = m_central->indexOf(m_activeTabWidget).first; m_activeTabWidget = createTab(); m_central->addDock(row, m_central->numCols(row), m_activeTabWidget); return m_activeTabWidget; } -void DMainWindow::tqinvalidateActiveTabWidget() +void DMainWindow::invalidateActiveTabWidget() { /* TQWidget *focused = m_central->tqfocusWidget(); kdDebug(9000) << "tqinvalidate: " << focused << endl; diff --git a/apps/ktorrent/newui/dmainwindow.h b/apps/ktorrent/newui/dmainwindow.h index be40b61..edcdb32 100644 --- a/apps/ktorrent/newui/dmainwindow.h +++ b/apps/ktorrent/newui/dmainwindow.h @@ -107,7 +107,7 @@ protected: TQWidget *m_currentWidget; private slots: - void tqinvalidateActiveTabWidget(); + void invalidateActiveTabWidget(); }; diff --git a/apps/ktorrent/pastedlgbase.ui b/apps/ktorrent/pastedlgbase.ui index 15d4103..6762dfe 100644 --- a/apps/ktorrent/pastedlgbase.ui +++ b/apps/ktorrent/pastedlgbase.ui @@ -135,7 +135,7 @@ btnOK_clicked() - + klineedit.h diff --git a/apps/ktorrent/queuedlg.ui b/apps/ktorrent/queuedlg.ui index 6c179be..f7c58e6 100644 --- a/apps/ktorrent/queuedlg.ui +++ b/apps/ktorrent/queuedlg.ui @@ -715,7 +715,7 @@ btnMoveTop_clicked() btnMoveBottom_clicked() - + ksqueezedtextlabel.h ksqueezedtextlabel.h diff --git a/apps/ktorrent/scandlgbase.ui b/apps/ktorrent/scandlgbase.ui index 23e4b22..89ffb9f 100644 --- a/apps/ktorrent/scandlgbase.ui +++ b/apps/ktorrent/scandlgbase.ui @@ -185,7 +185,7 @@ - + kprogress.h kpushbutton.h diff --git a/apps/ktorrent/speedlimitsdlgbase.ui b/apps/ktorrent/speedlimitsdlgbase.ui index 9576f89..f4313e2 100644 --- a/apps/ktorrent/speedlimitsdlgbase.ui +++ b/apps/ktorrent/speedlimitsdlgbase.ui @@ -184,7 +184,7 @@ accept() - + knuminput.h knuminput.h diff --git a/apps/ktorrent/torrentcreatordlgbase.ui b/apps/ktorrent/torrentcreatordlgbase.ui index f11a4d9..78e7494 100644 --- a/apps/ktorrent/torrentcreatordlgbase.ui +++ b/apps/ktorrent/torrentcreatordlgbase.ui @@ -514,7 +514,7 @@ m_node_textChanged(const QString&) m_nodeList_selectionChanged(TQListViewItem*) - + kurlrequester.h klineedit.h diff --git a/apps/ktupnptest/mainwidget.ui b/apps/ktupnptest/mainwidget.ui index b3cce96..0aacede 100644 --- a/apps/ktupnptest/mainwidget.ui +++ b/apps/ktupnptest/mainwidget.ui @@ -68,7 +68,7 @@ - + kpushbutton.h kpushbutton.h diff --git a/libktorrent/expandablewidget.h b/libktorrent/expandablewidget.h index 070f24f..02e6cf8 100644 --- a/libktorrent/expandablewidget.h +++ b/libktorrent/expandablewidget.h @@ -65,7 +65,7 @@ namespace kt /** * Remove a widget. This will ensure the proper tqparent child relations. - * The widget w will become tqparentless. Note the first child will never be removed. + * The widget w will become parentless. Note the first child will never be removed. * @param w The widget */ void remove(TQWidget* w); diff --git a/libktorrent/kademlia/rpcmsg.cpp b/libktorrent/kademlia/rpcmsg.cpp index 53cb4f1..6ef62b9 100644 --- a/libktorrent/kademlia/rpcmsg.cpp +++ b/libktorrent/kademlia/rpcmsg.cpp @@ -35,7 +35,7 @@ namespace dht const TQString RSP = "r"; const TQString TYP = "y"; const TQString ARG = "a"; - // ERR aptqparently is defined as a macro on solaris in some header file, + // ERR apparently is defined as a macro on solaris in some header file, // which causes things not to compile on it, so we have changed it to ERR_DHT const TQString ERR_DHT = "e"; diff --git a/libktorrent/labelviewitembase.ui b/libktorrent/labelviewitembase.ui index 5937dc8..cb6821c 100644 --- a/libktorrent/labelviewitembase.ui +++ b/libktorrent/labelviewitembase.ui @@ -69,5 +69,5 @@ - + diff --git a/libktorrent/pluginmanagerwidget.ui b/libktorrent/pluginmanagerwidget.ui index 47617ba..aae2416 100644 --- a/libktorrent/pluginmanagerwidget.ui +++ b/libktorrent/pluginmanagerwidget.ui @@ -116,7 +116,7 @@ 89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000042c49444154388db5954f6c14551cc73fefcd7476b65bdaae4bb78bb5502a14d404e4801c88182d1c4c2c693da847400f9c24c68b878684238660e2b1e01f12c19493012ef2478c814412d354a46017a8a564bb6da5bbedccee767776e63d0ffb073751d483bfe49799974c3eeffb7ebf37df9fd05a530b2184040cc0042420aaf9a4d0d554800f045a6b256ae0e1e1e1d6bebebe838ee31c48a7d39b5cd7fd075e251cc7617272f2ded8d8d819cff33e0316819259537aead4a9839d5dd6d1784f91f55b0a94830242088404d304292bef68a89f520802a598fecddaa04f1a876f5c250c7c0a64cdeac686e33807e23d45e6b297c8b877f1831542614550b6599835c83c2a81b6786a75134faf2f1169f12997350881d9021d0903e06de0745d3160a6d3e94dbd5b0a64dcbb94b5831d0e3375ab892b1772dcf9790528543f8dd0d367b36768153b5e31503a0f1aecb004580b44ffac58baae8b1714f0833c7638cc8dab303a320f4822ab4c7a37c69196203de3319d5ce1c4d13c733331dedc67a129a154fd128401ab0616d55a130ac3d42d93d1913940d13fd0c9ee0183685c60da01c5421bd72f7a8c8efccef9afd374267ad93d642365be0636a0d28ec7600941d9e6f23917f0e97f23ce5bef35d19ec863da0ed9059b2be70bec196c66dfa10ec0e49b338f7017258651bf95021035c595429bb0903248fe52a2b5b595dd7b4d945cc2340cdca536be389ee3f67886c5798f773fe8e0dac508c989659277a2180da4ca4ff07821058b8b251445d63d6b13ed1098a6417e39cac85197dbe31962ab9bd9f1f22a226d45366f6d0620fdb08c900d281af6110284b20085b414861d905d88f2e52739ee8cbb8022143259d3dd84691730aa2d52da441a8de0c6958068870022a41e9629ad3473fd3b8fdbe319dadb9b4924da994d2d716c7896fbe35152f78b48245d6b2da4507faf582be8eaf159b721cc837b05ae7debb1f79d08cb8b515edad942a22bc4b1c33eb3d34b1c797f06af90a72d16e2f96d9a74aa11dca8586b222d01af0fb60070f6c402d72f15d97f28c6f6d7027a5f5ce6c3233dc4e2ede496b278be4fff608cee8d3e1add806aeca51094cbb06397c1ecc328e746537c7e3ccdb5cb1136bf60635882d4d41c6ec6836ab37efa214f72208ed9f4d7cdd38ee310280542e38b1c43fb6de26b3672e1ec3cc99bcb246f66a938a3241ab3e91f7c861fbf77710b1e5e49915bae974203ba0e9e9c9cbc373d6d6d305a040a89c2a77f50b27d5782bbbf7acccf28349235dd16cf6dd374f7295e1de8a45c02d37499182b01cc0201a085d61a2144d8b2ac8fb6ed340e77240c4261890e04c250185262546d534a032154b59e0ad394e41c98182bf268ce6721ed9f064e0253356f6da2e24c1f030f783c15fe6da680af8021602bd051532ca9b8521488559f61aa86c29343578fbf0264a94c906c7d3409214c20043457a116ff6de6795578012889ff6b98fe016ea0ce1c6a2573410000000049454e44ae426082 - + labelview.h kpushbutton.h diff --git a/plugins/infowidget/chunkdownloadviewbase.ui b/plugins/infowidget/chunkdownloadviewbase.ui index d4426b5..82db212 100644 --- a/plugins/infowidget/chunkdownloadviewbase.ui +++ b/plugins/infowidget/chunkdownloadviewbase.ui @@ -338,7 +338,7 @@ - + klistview.h diff --git a/plugins/infowidget/iwpref.ui b/plugins/infowidget/iwpref.ui index 3973143..ed4a9e1 100644 --- a/plugins/infowidget/iwpref.ui +++ b/plugins/infowidget/iwpref.ui @@ -65,5 +65,5 @@ - + diff --git a/plugins/infowidget/statustabbase.ui b/plugins/infowidget/statustabbase.ui index 3ef85e8..4902621 100644 --- a/plugins/infowidget/statustabbase.ui +++ b/plugins/infowidget/statustabbase.ui @@ -657,7 +657,7 @@ 789c534e494dcbcc4b554829cdcdad8c2fcf4c29c95030e0524611cd48cd4ccf28010a1797249664262b2467241641a592324b8aa363156c15aab914146aadb90067111b1f - + downloadedchunkbar.h availabilitychunkbar.h diff --git a/plugins/infowidget/trackerviewbase.ui b/plugins/infowidget/trackerviewbase.ui index cbdbce5..139bc6d 100644 --- a/plugins/infowidget/trackerviewbase.ui +++ b/plugins/infowidget/trackerviewbase.ui @@ -306,7 +306,7 @@ btnRemove_clicked() btnRestore_clicked() - + kpushbutton.h kpushbutton.h diff --git a/plugins/ipfilter/convert_dlg.ui b/plugins/ipfilter/convert_dlg.ui index b63b4f7..640e786 100644 --- a/plugins/ipfilter/convert_dlg.ui +++ b/plugins/ipfilter/convert_dlg.ui @@ -150,7 +150,7 @@ btnClose_clicked() btnCancel_clicked() - + kprogress.h diff --git a/plugins/ipfilter/ipblockingpref.ui b/plugins/ipfilter/ipblockingpref.ui index afb13c0..44d48a9 100644 --- a/plugins/ipfilter/ipblockingpref.ui +++ b/plugins/ipfilter/ipblockingpref.ui @@ -196,7 +196,7 @@ NOTE: ZIP file from bluetack.co.uk is supported. checkUseLevel1_toggled(bool) checkUseKTfilter_toggled(bool) - + kurlrequester.h kpushbutton.h diff --git a/plugins/logviewer/logprefwidgetbase.ui b/plugins/logviewer/logprefwidgetbase.ui index 32ccf61..f940a87 100644 --- a/plugins/logviewer/logprefwidgetbase.ui +++ b/plugins/logviewer/logprefwidgetbase.ui @@ -644,5 +644,5 @@ - + diff --git a/plugins/partfileimport/importdlgbase.ui b/plugins/partfileimport/importdlgbase.ui index c14ceee..9d1dd95 100644 --- a/plugins/partfileimport/importdlgbase.ui +++ b/plugins/partfileimport/importdlgbase.ui @@ -147,7 +147,7 @@ - + kurlrequester.h klineedit.h diff --git a/plugins/rssfeed/rss/document.cpp b/plugins/rssfeed/rss/document.cpp index f2e3763..812338a 100644 --- a/plugins/rssfeed/rss/document.cpp +++ b/plugins/rssfeed/rss/document.cpp @@ -153,24 +153,24 @@ Document::Document(const TQDomDocument &doc) : d(new Private) /* This is ugly but necessary since RSS 0.90 and 1.0 have a different tqparent * node for , and than RSS 0.91-0.94 and RSS 2.0. */ - TQDomNode tqparentNode; + TQDomNode parentNode; if (d->version == v0_90 || d->version == v1_0 || d->format == AtomFeed) - tqparentNode = rootNode; + parentNode = rootNode; else { // following is a HACK for broken 0.91 feeds like xanga.com's if (!rootNode.namedItem(TQString::tqfromLatin1("item")).isNull()) - tqparentNode = rootNode; + parentNode = rootNode; else - tqparentNode = channelNode; + parentNode = channelNode; } // image and textinput aren't supported by Atom.. handle in case feed provides - TQDomNode n = tqparentNode.namedItem(TQString::tqfromLatin1("image")); + TQDomNode n = parentNode.namedItem(TQString::tqfromLatin1("image")); if (!n.isNull()) d->image = new Image(n); - n = tqparentNode.namedItem(TQString::tqfromLatin1("textinput")); + n = parentNode.namedItem(TQString::tqfromLatin1("textinput")); if (!n.isNull()) d->textInput = new TextInput(n); @@ -181,7 +181,7 @@ Document::Document(const TQDomDocument &doc) : d(new Private) else tagName=TQString::tqfromLatin1("item"); - for (n = tqparentNode.firstChild(); !n.isNull(); n = n.nextSibling()) { + for (n = parentNode.firstChild(); !n.isNull(); n = n.nextSibling()) { const TQDomElement e = n.toElement(); if (e.tagName() == tagName) d->articles.append(Article(e, d->format)); diff --git a/plugins/rssfeed/rssfeedwidget.ui b/plugins/rssfeed/rssfeedwidget.ui index 2a4b014..5cd8e89 100644 --- a/plugins/rssfeed/rssfeedwidget.ui +++ b/plugins/rssfeed/rssfeedwidget.ui @@ -958,7 +958,7 @@ setEnabled(bool) - + kurlrequester.h klineedit.h diff --git a/plugins/scanfolder/sfprefwidgetbase.ui b/plugins/scanfolder/sfprefwidgetbase.ui index a6263be..ae599b3 100644 --- a/plugins/scanfolder/sfprefwidgetbase.ui +++ b/plugins/scanfolder/sfprefwidgetbase.ui @@ -257,7 +257,7 @@ deleteCheck moveCheck - + kurlrequester.h klineedit.h diff --git a/plugins/scheduler/bwspage.ui b/plugins/scheduler/bwspage.ui index c4fb9db..12fdbd4 100644 --- a/plugins/scheduler/bwspage.ui +++ b/plugins/scheduler/bwspage.ui @@ -858,7 +858,7 @@ btnLoad_clicked() btnReset_clicked() - + knuminput.h knuminput.h diff --git a/plugins/scheduler/schedulerpage.ui b/plugins/scheduler/schedulerpage.ui index 1a42edf..9b6f292 100644 --- a/plugins/scheduler/schedulerpage.ui +++ b/plugins/scheduler/schedulerpage.ui @@ -142,5 +142,5 @@ btnEditBWS_clicked() useColors_toggled(bool) - + diff --git a/plugins/search/searchbar.ui b/plugins/search/searchbar.ui index a0e0db0..370da86 100644 --- a/plugins/search/searchbar.ui +++ b/plugins/search/searchbar.ui @@ -87,7 +87,7 @@ - + kpushbutton.h kpushbutton.h diff --git a/plugins/search/searchpref.ui b/plugins/search/searchpref.ui index 5e68f1e..cadfbd8 100644 --- a/plugins/search/searchpref.ui +++ b/plugins/search/searchpref.ui @@ -309,7 +309,7 @@ btnUpdate_clicked() - + klineedit.h kactivelabel.h diff --git a/plugins/stats/PeerMonitor.cc b/plugins/stats/PeerMonitor.cc index 935efda..8a903c3 100644 --- a/plugins/stats/PeerMonitor.cc +++ b/plugins/stats/PeerMonitor.cc @@ -89,7 +89,7 @@ double PeerMonitor::LeechersUpSpeed() double spd = 0.0; //without it'll segfault/SIGABRT on stop as in meantime the iterator from - // mPeers will be tqinvalidated + // mPeers will be invalidated for( data_t::const_iterator it = mPeers.begin(); it != mPeers.end(); it++) { diff --git a/plugins/stats/sprefwgt.ui b/plugins/stats/sprefwgt.ui index 4ee3641..980f024 100644 --- a/plugins/stats/sprefwgt.ui +++ b/plugins/stats/sprefwgt.ui @@ -513,5 +513,5 @@ setEnabled(bool) - + diff --git a/plugins/stats/statsconwgt.ui b/plugins/stats/statsconwgt.ui index 84f5d55..c76e6eb 100644 --- a/plugins/stats/statsconwgt.ui +++ b/plugins/stats/statsconwgt.ui @@ -44,5 +44,5 @@ - + diff --git a/plugins/stats/statsspdwgt.ui b/plugins/stats/statsspdwgt.ui index c31124d..25a3cd8 100644 --- a/plugins/stats/statsspdwgt.ui +++ b/plugins/stats/statsspdwgt.ui @@ -52,5 +52,5 @@ - + diff --git a/plugins/upnp/upnpwidget.ui b/plugins/upnp/upnpwidget.ui index ffd8900..50e1e1a 100644 --- a/plugins/upnp/upnpwidget.ui +++ b/plugins/upnp/upnpwidget.ui @@ -130,7 +130,7 @@ - + klistview.h kpushbutton.h diff --git a/plugins/webinterface/webinterfacepref.ui b/plugins/webinterface/webinterfacepref.ui index 339af84..dca1d84 100644 --- a/plugins/webinterface/webinterfacepref.ui +++ b/plugins/webinterface/webinterfacepref.ui @@ -243,7 +243,7 @@ btnUpdate_clicked() changeLedState() - + knuminput.h knuminput.h diff --git a/plugins/webinterface/www/coldmilk/page_update.js b/plugins/webinterface/www/coldmilk/page_update.js index dcbe62b..c6b33be 100644 --- a/plugins/webinterface/www/coldmilk/page_update.js +++ b/plugins/webinterface/www/coldmilk/page_update.js @@ -141,7 +141,7 @@ function update_status_bar(xmldoc) { document.createTextNode("down: " + down + " / up: " + up)); } var oldtable = document.getElementById('status_bar_table'); - oldtable.tqparentNode.replaceChild(newtable, oldtable); + oldtable.parentNode.replaceChild(newtable, oldtable); } function update_torrent_table(xmldoc) { @@ -159,7 +159,7 @@ function update_torrent_table(xmldoc) { _torrent_table_header(newtable.insertRow(0)); var oldtable = document.getElementById('torrent_list_table'); - oldtable.tqparentNode.replaceChild(newtable, oldtable); + oldtable.parentNode.replaceChild(newtable, oldtable); } function _torrent_table_row(torrent, table, i) { @@ -327,7 +327,7 @@ function get_torrents_details(xmldoc) { _torrent_table_header(newtable.insertRow(0));*/ var oldtable = document.getElementById('torrents_details_files'); - oldtable.tqparentNode.replaceChild(newtable, oldtable); + oldtable.parentNode.replaceChild(newtable, oldtable); } function _create_action_button(button_name, image_src, command) { 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; } } }