From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- akregator/src/articleinterceptor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'akregator/src/articleinterceptor.cpp') diff --git a/akregator/src/articleinterceptor.cpp b/akregator/src/articleinterceptor.cpp index c184713a..7183ab8e 100644 --- a/akregator/src/articleinterceptor.cpp +++ b/akregator/src/articleinterceptor.cpp @@ -1,7 +1,7 @@ #include "article.h" #include "articleinterceptor.h" -#include +#include #include namespace Akregator @@ -10,7 +10,7 @@ namespace Akregator class ArticleInterceptorManager::ArticleInterceptorManagerPrivate { public: - QValueList interceptors; + TQValueList interceptors; }; @@ -43,7 +43,7 @@ void ArticleInterceptorManager::removeInterceptor(ArticleInterceptor* intercepto d->interceptors.remove(interceptor); } -QValueList ArticleInterceptorManager::interceptors() const +TQValueList ArticleInterceptorManager::interceptors() const { return d->interceptors; } -- cgit v1.2.3