summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h
index 1a6536af..851c8b9c 100644
--- a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h
+++ b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h
@@ -42,11 +42,11 @@ protected:
void parsePicture( YMSGTransfer *transfer );
void parsePictureUploadResponse( YMSGTransfer *transfer );
signals:
- void pictureStatusNotify( const QString &, int );
- void pictureChecksumNotify( const QString &, int );
- void pictureInfoNotify( const QString &, KURL, int );
- void pictureRequest( const QString & );
- void pictureUploaded( const QString &, int );
+ void pictureStatusNotify( const TQString &, int );
+ void pictureChecksumNotify( const TQString &, int );
+ void pictureInfoNotify( const TQString &, KURL, int );
+ void pictureRequest( const TQString & );
+ void pictureUploaded( const TQString &, int );
};
#endif