summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/ssilisttask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/ssilisttask.cpp')
-rw-r--r--kopete/protocols/oscar/liboscar/ssilisttask.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/oscar/liboscar/ssilisttask.cpp b/kopete/protocols/oscar/liboscar/ssilisttask.cpp
index d52f7f4e..6b10e3fa 100644
--- a/kopete/protocols/oscar/liboscar/ssilisttask.cpp
+++ b/kopete/protocols/oscar/liboscar/ssilisttask.cpp
@@ -23,7 +23,7 @@
#include "ssimanager.h"
#include "transfer.h"
-SSIListTask::SSIListTask( Task* parent ) : Task( parent )
+SSIListTask::SSIListTask( Task* tqparent ) : Task( tqparent )
{
m_ssiManager = client()->ssiManager();
TQObject::connect( this, TQT_SIGNAL( newContact( const Oscar::SSI& ) ), m_ssiManager, TQT_SLOT( newContact( const Oscar::SSI& ) ) );
@@ -136,7 +136,7 @@ void SSIListTask::handleSSIListReply()
{
kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "SSI List complete" << endl;
client()->ssiManager()->setListComplete( true );
- setSuccess( 0, TQString::null );
+ setSuccess( 0, TQString() );
}
else
kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Awaiting another SSI packet" << endl;
@@ -154,7 +154,7 @@ void SSIListTask::handleSSIUpToDate()
kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Number of items in SSI list: " << ssiItems << endl;
client()->ssiManager()->setListComplete( true );
- setSuccess( 0, TQString::null );
+ setSuccess( 0, TQString() );
}
void SSIListTask::checkSSITimestamp()