diff options
Diffstat (limited to 'akregator/src/feedstorage.h')
-rw-r--r-- | akregator/src/feedstorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/feedstorage.h b/akregator/src/feedstorage.h index c0685695a..32e6c0587 100644 --- a/akregator/src/feedstorage.h +++ b/akregator/src/feedstorage.h @@ -92,7 +92,7 @@ class AKREGATOR_EXPORT FeedStorage : public TQObject virtual void clear() = 0; - virtual bool tqcontains(const TQString& guid) = 0; + virtual bool contains(const TQString& guid) = 0; virtual void addEntry(const TQString& guid) = 0; virtual void deleteArticle(const TQString& guid) = 0; virtual int comments(const TQString& guid) = 0; |