From 6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:34:45 -0600 Subject: Rename additional global TQt functions --- kget/kget_plug_in/links.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kget/kget_plug_in') 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() ) -- cgit v1.2.1