summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/noatunsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/noatunsensor.cpp')
-rw-r--r--superkaramba/src/noatunsensor.cpp12
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;