diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/sendpicturetask.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/sendpicturetask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h index 4bac4f31..dad47858 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h @@ -35,7 +35,7 @@ namespace KNetwork { class SendPictureTask : public Task { Q_OBJECT - TQ_OBJECT + public: enum Type { UploadPicture, SendChecksum, SendInformation, SendStatus }; |