summaryrefslogtreecommitdiffstats
path: root/akregator/src/feedstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/feedstorage.h')
-rw-r--r--akregator/src/feedstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/feedstorage.h b/akregator/src/feedstorage.h
index c0685695..32e6c058 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;