summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/clientreadytask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/clientreadytask.cpp')
-rw-r--r--kopete/protocols/oscar/liboscar/clientreadytask.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/oscar/liboscar/clientreadytask.cpp b/kopete/protocols/oscar/liboscar/clientreadytask.cpp
index d5b65069..0f324f1a 100644
--- a/kopete/protocols/oscar/liboscar/clientreadytask.cpp
+++ b/kopete/protocols/oscar/liboscar/clientreadytask.cpp
@@ -28,7 +28,7 @@
using namespace Oscar;
-ClientReadyTask::ClientReadyTask(Task* parent): Task(parent)
+ClientReadyTask::ClientReadyTask(Task* tqparent): Task(tqparent)
{
m_classList = client()->rateManager()->classList();
}
@@ -102,7 +102,7 @@ void ClientReadyTask::onGo()
//with the hell that is oscar login. (just wait until you get a message)
Transfer* t = createTransfer( f, s, buffer );
send( t );
- setSuccess( 0, TQString::null );
+ setSuccess( 0, TQString() );
}