diff options
Diffstat (limited to 'akregator/src/mk4storage/feedstoragemk4impl.h')
-rw-r--r-- | akregator/src/mk4storage/feedstoragemk4impl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/akregator/src/mk4storage/feedstoragemk4impl.h b/akregator/src/mk4storage/feedstoragemk4impl.h index df60b29c4..d13f04def 100644 --- a/akregator/src/mk4storage/feedstoragemk4impl.h +++ b/akregator/src/mk4storage/feedstoragemk4impl.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef FEEDSTORAGEMK4IMPL_H #define FEEDSTORAGEMK4IMPL_H @@ -46,7 +46,7 @@ class FeedStorageMK4Impl : public FeedStorage virtual int lastFetch(); virtual void setLastFetch(int lastFetch); - virtual TQStringList articles(const TQString& tag=TQString::null); + virtual TQStringList articles(const TQString& tag=TQString()); virtual TQStringList articles(const Category& cat); @@ -69,7 +69,7 @@ class FeedStorageMK4Impl : public FeedStorage virtual uint pubDate(const TQString& guid); virtual void setPubDate(const TQString& guid, uint pubdate); virtual int status(const TQString& guid); - virtual void seStatus(const TQString& guid, int status); + virtual void setqStatus(const TQString& guid, int status); virtual TQString title(const TQString& guid); virtual void setTitle(const TQString& guid, const TQString& title); virtual TQString description(const TQString& guid); @@ -80,10 +80,10 @@ class FeedStorageMK4Impl : public FeedStorage virtual void addTag(const TQString& guid, const TQString& tag); virtual void removeTag(const TQString& guid, const TQString& tag); - virtual TQStringList tags(const TQString& guid=TQString::null); + virtual TQStringList tags(const TQString& guid=TQString()); virtual void addCategory(const TQString& guid, const Category& category); - virtual TQValueList<Category> categories(const TQString& guid=TQString::null); + virtual TQValueList<Category> categories(const TQString& guid=TQString()); virtual void setAuthor(const TQString& guid, const TQString& author); virtual TQString author(const TQString& guid); |