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/noatunsensor.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'superkaramba/src/noatunsensor.cpp') diff --git a/superkaramba/src/noatunsensor.cpp b/superkaramba/src/noatunsensor.cpp index 798557f..129e8e0 100644 --- a/superkaramba/src/noatunsensor.cpp +++ b/superkaramba/src/noatunsensor.cpp @@ -139,7 +139,7 @@ TQString NoatunSensor::getTitle() data, replyType, replyData)) { result = ""; - qDebug("there was some error using DCOP."); + tqDebug("there was some error using DCOP."); } else { @@ -154,7 +154,7 @@ TQString NoatunSensor::getTitle() else { result = ""; - qDebug("title returned an unexpected type of reply!"); + tqDebug("title returned an unexpected type of reply!"); } } return result; @@ -172,7 +172,7 @@ int NoatunSensor::getTime() data, replyType, replyData)) { result = 0; - qDebug("there was some error using DCOP."); + tqDebug("there was some error using DCOP."); } else { @@ -184,7 +184,7 @@ int NoatunSensor::getTime() else { result = 0; - qDebug("title returned an unexpected type of reply!"); + tqDebug("title returned an unexpected type of reply!"); } } return result; @@ -202,7 +202,7 @@ int NoatunSensor::getLength() data, replyType, replyData)) { result = 0; - qDebug("there was some error using DCOP."); + tqDebug("there was some error using DCOP."); } else { @@ -214,7 +214,7 @@ int NoatunSensor::getLength() else { result = 0; - qDebug("title returned an unexpected type of reply!"); + tqDebug("title returned an unexpected type of reply!"); } } return result; -- cgit v1.2.1