summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/warningtask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/warningtask.cpp')
-rw-r--r--kopete/protocols/oscar/liboscar/warningtask.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/oscar/liboscar/warningtask.cpp b/kopete/protocols/oscar/liboscar/warningtask.cpp
index 7b895b5c..00a0294d 100644
--- a/kopete/protocols/oscar/liboscar/warningtask.cpp
+++ b/kopete/protocols/oscar/liboscar/warningtask.cpp
@@ -23,7 +23,7 @@
#include "transfer.h"
#include "connection.h"
-WarningTask::WarningTask( Task* parent ): Task( parent )
+WarningTask::WarningTask( Task* tqparent ): Task( tqparent )
{
}
@@ -65,13 +65,13 @@ bool WarningTask::take( Transfer* transfer )
kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Warning level increased " << m_increase
<< " to " << m_newLevel << endl;
emit userWarned( m_contact, m_increase, m_newLevel );
- setSuccess( 0, TQString::null );
+ setSuccess( 0, TQString() );
setTransfer( 0 );
return true;
}
else
{
- setError( 0, TQString::null );
+ setError( 0, TQString() );
return false;
}
}
@@ -91,6 +91,6 @@ void WarningTask::onGo()
send( t );
}
-//kate: indent-mode csands; space-indent off; replace-tabs off; tab-width 4;
+//kate: indent-mode csands; space-indent off; tqreplace-tabs off; tab-width 4;
#include "warningtask.moc"