summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/task.cpp')
-rw-r--r--kopete/protocols/oscar/liboscar/task.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/oscar/liboscar/task.cpp b/kopete/protocols/oscar/liboscar/task.cpp
index d797031d..80e63bea 100644
--- a/kopete/protocols/oscar/liboscar/task.cpp
+++ b/kopete/protocols/oscar/liboscar/task.cpp
@@ -140,11 +140,11 @@ bool Task::take( Transfer * transfer)
if(t->take( transfer ))
{
- //qDebug( "Transfer ACCEPTED by: %s", t->className() );
+ //tqDebug( "Transfer ACCEPTED by: %s", t->className() );
return true;
}
//else
- //qDebug( "Transfer refused by: %s", t->className() );
+ //tqDebug( "Transfer refused by: %s", t->className() );
}
return false;
@@ -162,7 +162,7 @@ void Task::safeDelete()
void Task::onGo()
{
- qDebug( "ERROR: calling default NULL onGo() for this task, you should reimplement this!");
+ tqDebug( "ERROR: calling default NULL onGo() for this task, you should reimplement this!");
}
void Task::onDisconnect()