summaryrefslogtreecommitdiffstats
path: root/kget/kget_plug_in/links.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kget/kget_plug_in/links.cpp')
-rw-r--r--kget/kget_plug_in/links.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/kget_plug_in/links.cpp b/kget/kget_plug_in/links.cpp
index 38392ea0..a3ee5c58 100644
--- a/kget/kget_plug_in/links.cpp
+++ b/kget/kget_plug_in/links.cpp
@@ -12,7 +12,7 @@ LinkItem::LinkItem( DOM::Element link )
DOM::NamedNodeMap attrs = link.attributes();
DOM::Node href = attrs.getNamedItem( "href" );
- // qDebug("*** href: %s", href.nodeValue().string().latin1() );
+ // tqDebug("*** href: %s", href.nodeValue().string().latin1() );
TQString urlString = link.ownerDocument().completeURL( href.nodeValue() ).string();
if ( urlString.isEmpty() )