summaryrefslogtreecommitdiffstats
path: root/akregator/src/articleinterceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/articleinterceptor.cpp')
-rw-r--r--akregator/src/articleinterceptor.cpp6
1 files changed, 3 insertions, 3 deletions
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 <qvaluelist.h>
+#include <tqvaluelist.h>
#include <kstaticdeleter.h>
namespace Akregator
@@ -10,7 +10,7 @@ namespace Akregator
class ArticleInterceptorManager::ArticleInterceptorManagerPrivate
{
public:
- QValueList<ArticleInterceptor*> interceptors;
+ TQValueList<ArticleInterceptor*> interceptors;
};
@@ -43,7 +43,7 @@ void ArticleInterceptorManager::removeInterceptor(ArticleInterceptor* intercepto
d->interceptors.remove(interceptor);
}
-QValueList<ArticleInterceptor*> ArticleInterceptorManager::interceptors() const
+TQValueList<ArticleInterceptor*> ArticleInterceptorManager::interceptors() const
{
return d->interceptors;
}