diff options
Diffstat (limited to 'akregator/src/storagedummyimpl.h')
-rw-r--r-- | akregator/src/storagedummyimpl.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/akregator/src/storagedummyimpl.h b/akregator/src/storagedummyimpl.h index 497bcf01c..e5ef8cd81 100644 --- a/akregator/src/storagedummyimpl.h +++ b/akregator/src/storagedummyimpl.h @@ -43,7 +43,7 @@ class StorageDummyImpl : public Storage StorageDummyImpl(const StorageDummyImpl&); StorageDummyImpl &operator =(const StorageDummyImpl&); virtual ~StorageDummyImpl(); - virtual void initialize(const QStringList& params); + virtual void initialize(const TQStringList& params); /** * Open storage and prepare it for work. * @return true on success. @@ -71,21 +71,21 @@ class StorageDummyImpl : public Storage /** * @return Article archive for feed at given url. */ - virtual FeedStorage* archiveFor(const QString &url); + virtual FeedStorage* archiveFor(const TQString &url); virtual bool autoCommit() const; - virtual int unreadFor(const QString &url); - virtual void setUnreadFor(const QString &url, int unread); - virtual int totalCountFor(const QString &url); - virtual void setTotalCountFor(const QString &url, int total); - virtual int lastFetchFor(const QString& url); - virtual void setLastFetchFor(const QString& url, int lastFetch); - virtual QStringList feeds() const; - - virtual void storeFeedList(const QString& opmlStr); - virtual QString restoreFeedList() const; - - virtual void storeTagSet(const QString& xmlStr); - virtual QString restoreTagSet() const; + virtual int unreadFor(const TQString &url); + virtual void setUnreadFor(const TQString &url, int unread); + virtual int totalCountFor(const TQString &url); + virtual void setTotalCountFor(const TQString &url, int total); + virtual int lastFetchFor(const TQString& url); + virtual void setLastFetchFor(const TQString& url, int lastFetch); + virtual TQStringList feeds() const; + + virtual void storeFeedList(const TQString& opmlStr); + virtual TQString restoreFeedList() const; + + virtual void storeTagSet(const TQString& xmlStr); + virtual TQString restoreTagSet() const; /** adds all feed storages from a source to this storage existing articles are replaced |