summaryrefslogtreecommitdiffstats
path: root/akregator/src/feed.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/feed.h')
-rw-r--r--akregator/src/feed.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/feed.h b/akregator/src/feed.h
index 663723cba..2c5bc7682 100644
--- a/akregator/src/feed.h
+++ b/akregator/src/feed.h
@@ -43,7 +43,7 @@ namespace KPIM {
// needed for slot fetchCompleted()
using RSS::Document;
using RSS::Loader;
-using RSS::tqStatus;
+using RSS::Status;
namespace Akregator
{
@@ -254,7 +254,7 @@ namespace Akregator
private slots:
- void fetchCompleted(Loader *loader, Document doc, tqStatus status);
+ void fetchCompleted(Loader *loader, Document doc, Status status);
void slotImageFetched(const TQPixmap& image);
private:
@@ -265,10 +265,10 @@ namespace Akregator
void setArticleDeleted(Article& a);
/** notifies that article @c mya was changed
- @param oldtqStatus if the status was changed, it contains the old status, -1 otherwise
+ @param oldStatus if the status was changed, it contains the old status, -1 otherwise
To be called by @ref Article
*/
- void setArticleChanged(Article& a, int oldtqStatus=-1);
+ void setArticleChanged(Article& a, int oldStatus=-1);
void enforceLimitArticleNumber();