summaryrefslogtreecommitdiffstats
path: root/tderesources/blogging/API_Blogger.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-01 17:18:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-01 17:18:13 +0900
commit6d2f3127be206390c4c576fc174ad6edeb020dfe (patch)
treeca430a49349b46c7e556a2c6cb140730a3b00b46 /tderesources/blogging/API_Blogger.h
parent2852e8272a186108d3c8b2bc133e67fd8624e99c (diff)
downloadtdepim-6d2f3127be206390c4c576fc174ad6edeb020dfe.tar.gz
tdepim-6d2f3127be206390c4c576fc174ad6edeb020dfe.zip
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tderesources/blogging/API_Blogger.h')
-rw-r--r--tderesources/blogging/API_Blogger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/blogging/API_Blogger.h b/tderesources/blogging/API_Blogger.h
index d7d5f43b9..4c78f01ff 100644
--- a/tderesources/blogging/API_Blogger.h
+++ b/tderesources/blogging/API_Blogger.h
@@ -50,7 +50,7 @@ class APIBlogger : public APIBlog
bool interpretListItemsJob( TDEIO::Job *job );
bool interpretDownloadItemsJob( TDEIO::Job *job );
protected:
- bool readPostingFromMap( BlogPosting *post, const TQMap<TQString, TQVariant> &postInfo );
+ bool readPostingFromMap( BlogPosting *post, const TQStringVariantMap &postInfo );
};
}