summaryrefslogtreecommitdiffstats
path: root/dcoprss/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcoprss/service.cpp')
-rw-r--r--dcoprss/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoprss/service.cpp b/dcoprss/service.cpp
index 54e987b2..ec6b62c4 100644
--- a/dcoprss/service.cpp
+++ b/dcoprss/service.cpp
@@ -45,7 +45,7 @@ TQStringList RSSService::list()
DCOPRef RSSService::add(TQString id)
{
- if(m_list.find(id) == 0L) { // add a new one only if we need to
+ if(m_list.tqfind(id) == 0L) { // add a new one only if we need to
m_list.insert(id, new RSSDocument(id));
added(id);
saveLinks();