diff options
Diffstat (limited to 'konq-plugins/sidebar/newsticker')
-rw-r--r-- | konq-plugins/sidebar/newsticker/README | 4 | ||||
-rw-r--r-- | konq-plugins/sidebar/newsticker/sidebar_news.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/sidebar/newsticker/README b/konq-plugins/sidebar/newsticker/README index 65d15e6..239e733 100644 --- a/konq-plugins/sidebar/newsticker/README +++ b/konq-plugins/sidebar/newsticker/README @@ -1,5 +1,5 @@ Konqsidebarnews is based on the rss DCOP service in -kdenetwork/dcoprss. So you most likely you want to +tdenetwork/dcoprss. So you most likely you want to install it before using the sidebar applet. @@ -17,7 +17,7 @@ TODO - accessibility aware UI -- integration with kdenetwork/knewsticker +- integration with tdenetwork/knewsticker diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.cpp b/konq-plugins/sidebar/newsticker/sidebar_news.cpp index 3e1178f..686c973 100644 --- a/konq-plugins/sidebar/newsticker/sidebar_news.cpp +++ b/konq-plugins/sidebar/newsticker/sidebar_news.cpp @@ -76,7 +76,7 @@ namespace KSB_News { i18n("<qt>Cannot connect to RSS service. Please make " "sure the <strong>rssservice</strong> program " "is available (usually distributed as part " - "of kdenetwork).</qt>"), + "of tdenetwork).</qt>"), i18n("Sidebar Newsticker")); noRSSwidget->setEnabled(false); } else { |