summaryrefslogtreecommitdiffstats
path: root/akregator/src/articleinterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/articleinterceptor.h')
-rw-r--r--akregator/src/articleinterceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/articleinterceptor.h b/akregator/src/articleinterceptor.h
index ed3c550c..137d8885 100644
--- a/akregator/src/articleinterceptor.h
+++ b/akregator/src/articleinterceptor.h
@@ -33,7 +33,7 @@ class AKREGATOR_EXPORT ArticleInterceptorManager
void addInterceptor(ArticleInterceptor* interceptor);
void removeInterceptor(ArticleInterceptor* interceptor);
- QValueList<ArticleInterceptor*> interceptors() const;
+ TQValueList<ArticleInterceptor*> interceptors() const;
private:
static ArticleInterceptorManager* m_self;