Changed plugins to the new interface

rs_pqi_service -> p3_service

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7496 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-08-26 22:16:32 +00:00
parent 8b39ca5a2e
commit 99b55fbe65
4 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@ FeedNotify *FeedReaderPlugin::qt_feedNotify()
return mFeedNotify;
}
RsPQIService *FeedReaderPlugin::rs_pqi_service() const
p3Service *FeedReaderPlugin::p3_service() const
{
if (mFeedReader == NULL) {
//Todo: Replace with gxs forums

View file

@ -36,7 +36,7 @@ public:
FeedReaderPlugin();
virtual uint16_t rs_service_id() const { return RS_SERVICE_TYPE_PLUGIN_FEEDREADER; }
virtual RsPQIService *rs_pqi_service() const;
virtual p3Service *p3_service() const;
virtual void stop();
virtual MainPage *qt_page() const;