summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/servicesetuptask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/servicesetuptask.cpp')
-rw-r--r--kopete/protocols/oscar/liboscar/servicesetuptask.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/kopete/protocols/oscar/liboscar/servicesetuptask.cpp b/kopete/protocols/oscar/liboscar/servicesetuptask.cpp
index 39da3531..332395dc 100644
--- a/kopete/protocols/oscar/liboscar/servicesetuptask.cpp
+++ b/kopete/protocols/oscar/liboscar/servicesetuptask.cpp
@@ -34,18 +34,18 @@
#include "ssiparamstask.h"
#include "transfer.h"
-ServiceSetupTask::ServiceSetupTask( Task* tqparent )
- : Task( tqparent )
+ServiceSetupTask::ServiceSetupTask( Task* parent )
+ : Task( parent )
{
m_finishedTaskCount = 0;
- m_locRightsTask = new LocationRightsTask( tqparent );
- m_profileTask = new ProfileTask( tqparent );
- m_blmLimitsTask = new BLMLimitsTask( tqparent );
- m_icbmTask = new ICBMParamsTask( tqparent );
- m_prmTask = new PRMParamsTask( tqparent );
- m_ssiParamTask = new SSIParamsTask( tqparent );
- m_ssiListTask = new SSIListTask( tqparent );
- m_ssiActivateTask = new SSIActivateTask( tqparent );
+ m_locRightsTask = new LocationRightsTask( parent );
+ m_profileTask = new ProfileTask( parent );
+ m_blmLimitsTask = new BLMLimitsTask( parent );
+ m_icbmTask = new ICBMParamsTask( parent );
+ m_prmTask = new PRMParamsTask( parent );
+ m_ssiParamTask = new SSIParamsTask( parent );
+ m_ssiListTask = new SSIListTask( parent );
+ m_ssiActivateTask = new SSIActivateTask( parent );
TQObject::connect( m_ssiListTask, TQT_SIGNAL( finished() ), this, TQT_SLOT( childTaskFinished() ) );
TQObject::connect( m_ssiParamTask, TQT_SIGNAL( finished() ), this, TQT_SLOT( childTaskFinished() ) );