From 089118c18533dfa3e6ce5065dbebdd4db94051f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:33:51 -0600 Subject: Rename old tq methods that no longer need a unique name --- kopete/protocols/yahoo/libkyahoo/picturenotifiertask.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/protocols/yahoo/libkyahoo/picturenotifiertask.cpp') diff --git a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.cpp b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.cpp index a7245fe6..07c3d225 100644 --- a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.cpp +++ b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.cpp @@ -47,8 +47,8 @@ bool PictureNotifierTask::take( Transfer* transfer ) switch( t->service() ) { - case Yahoo::ServicePicturetqStatus: - parsePicturetqStatus( t ); + case Yahoo::ServicePictureStatus: + parsePictureStatus( t ); parsePicture( t ); break; case Yahoo::ServicePictureChecksum: @@ -80,13 +80,13 @@ bool PictureNotifierTask::forMe( const Transfer* transfer ) const t->service() == Yahoo::ServicePicture || t->service() == Yahoo::ServicePictureUpdate || t->service() == Yahoo::ServicePictureUpload || - t->service() == Yahoo::ServicePicturetqStatus ) + t->service() == Yahoo::ServicePictureStatus ) return true; else return false; } -void PictureNotifierTask::parsePicturetqStatus( YMSGTransfer *t ) +void PictureNotifierTask::parsePictureStatus( YMSGTransfer *t ) { kdDebug(YAHOO_RAW_DEBUG) ; -- cgit v1.2.1