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