diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:28 -0600 |
commit | 3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch) | |
tree | af5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /superkaramba/src/noatunsensor.cpp | |
parent | e31dd7c37ff5af25163426915faddfd43327031f (diff) | |
download | tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip |
Rename additional global TQt functions
Diffstat (limited to 'superkaramba/src/noatunsensor.cpp')
-rw-r--r-- | superkaramba/src/noatunsensor.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
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; |