diff options
Diffstat (limited to 'akregator/src/mk4storage/feedstoragemk4impl.h')
-rw-r--r-- | akregator/src/mk4storage/feedstoragemk4impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/mk4storage/feedstoragemk4impl.h b/akregator/src/mk4storage/feedstoragemk4impl.h index d13f04def..057ba2e73 100644 --- a/akregator/src/mk4storage/feedstoragemk4impl.h +++ b/akregator/src/mk4storage/feedstoragemk4impl.h @@ -50,7 +50,7 @@ class FeedStorageMK4Impl : public FeedStorage virtual TQStringList articles(const Category& cat); - virtual bool tqcontains(const TQString& guid); + virtual bool contains(const TQString& guid); virtual void addEntry(const TQString& guid); virtual void deleteArticle(const TQString& guid); virtual int comments(const TQString& guid); |