diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /akregator/src/storagedummyimpl.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |