From 3c87ec12c23bf62d3f60a7dd64020af8e0b997ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:28 -0600 Subject: Rename additional global TQt functions --- superkaramba/src/rsssensor.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'superkaramba/src/rsssensor.cpp') diff --git a/superkaramba/src/rsssensor.cpp b/superkaramba/src/rsssensor.cpp index 5a999ec..7754a9c 100644 --- a/superkaramba/src/rsssensor.cpp +++ b/superkaramba/src/rsssensor.cpp @@ -62,16 +62,16 @@ void RssSensor::update() } else { - qDebug("Error on building DOM"); + tqDebug("Error on building DOM"); } } else { - qDebug("Error opening file"); + tqDebug("Error opening file"); } } else { - qDebug( "Error Downloading: %s", source.ascii()); + tqDebug( "Error Downloading: %s", source.ascii()); } if ( OK ) @@ -116,13 +116,13 @@ void RssSensor::update() } else { - qDebug("Skipping"); + tqDebug("Skipping"); } } } else { - qDebug ("Document Node was null!!"); + tqDebug ("Document Node was null!!"); } ++it; -- cgit v1.2.1