diff options
Diffstat (limited to 'akregator/src/articleinterceptor.h')
-rw-r--r-- | akregator/src/articleinterceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/articleinterceptor.h b/akregator/src/articleinterceptor.h index ed3c550c0..137d88856 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; |