summaryrefslogtreecommitdiffstats
path: root/kresources/blogging/API_Blogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/blogging/API_Blogger.h')
-rw-r--r--kresources/blogging/API_Blogger.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/kresources/blogging/API_Blogger.h b/kresources/blogging/API_Blogger.h
index 04950338..d7d5f43b 100644
--- a/kresources/blogging/API_Blogger.h
+++ b/kresources/blogging/API_Blogger.h
@@ -37,18 +37,18 @@ class APIBlogger : public APIBlog
TQString interfaceName() const { return "Blogger API 1.0"; }
- KIO::Job *createUserInfoJob();
- KIO::Job *createListFoldersJob();
- KIO::TransferJob *createListItemsJob( const KURL &url );
- KIO::TransferJob *createDownloadJob( const KURL &url );
- KIO::TransferJob *createUploadJob( const KURL &url, KBlog::BlogPosting *posting );
- KIO::TransferJob *createUploadNewJob( KBlog::BlogPosting *posting );
- KIO::Job *createRemoveJob( const KURL &url, const TQString &postid );
-
- bool interpretUserInfoJob( KIO::Job *job );
- void interpretListFoldersJob( KIO::Job *job );
- bool interpretListItemsJob( KIO::Job *job );
- bool interpretDownloadItemsJob( KIO::Job *job );
+ TDEIO::Job *createUserInfoJob();
+ TDEIO::Job *createListFoldersJob();
+ TDEIO::TransferJob *createListItemsJob( const KURL &url );
+ TDEIO::TransferJob *createDownloadJob( const KURL &url );
+ TDEIO::TransferJob *createUploadJob( const KURL &url, KBlog::BlogPosting *posting );
+ TDEIO::TransferJob *createUploadNewJob( KBlog::BlogPosting *posting );
+ TDEIO::Job *createRemoveJob( const KURL &url, const TQString &postid );
+
+ bool interpretUserInfoJob( TDEIO::Job *job );
+ void interpretListFoldersJob( TDEIO::Job *job );
+ bool interpretListItemsJob( TDEIO::Job *job );
+ bool interpretDownloadItemsJob( TDEIO::Job *job );
protected:
bool readPostingFromMap( BlogPosting *post, const TQMap<TQString, TQVariant> &postInfo );
};