summaryrefslogtreecommitdiffstats
path: root/kcontrol/kio/kcookiespolicies.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 11:57:18 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 11:57:18 -0500
commit363452bf7ad7b23b90bbabf4eab85ce4bc73a543 (patch)
tree82aea94189c29f6c6c7324437701dd8ef2e5508c /kcontrol/kio/kcookiespolicies.cpp
parent41720eb7d6a94a39df1c0bd61bd9a8cce6147553 (diff)
downloadtdebase-363452bf7ad7b23b90bbabf4eab85ce4bc73a543.tar.gz
tdebase-363452bf7ad7b23b90bbabf4eab85ce4bc73a543.zip
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'kcontrol/kio/kcookiespolicies.cpp')
-rw-r--r--kcontrol/kio/kcookiespolicies.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/kio/kcookiespolicies.cpp b/kcontrol/kio/kcookiespolicies.cpp
index 63f4dd21a..0c3641355 100644
--- a/kcontrol/kio/kcookiespolicies.cpp
+++ b/kcontrol/kio/kcookiespolicies.cpp
@@ -447,7 +447,7 @@ void KCookiesPolicies::splitDomainAdvice (const TQString& cfg, TQString &domain,
TQString KCookiesPolicies::quickHelp() const
{
return i18n("<h1>Cookies</h1> Cookies contain information that Konqueror"
- " (or any other KDE application using the HTTP protocol) stores"
+ " (or any other TDE application using the HTTP protocol) stores"
" on your computer from a remote Internet server. This means"
" that a web server can store information about you and your"
" browsing activities on your machine for later use. You might"
@@ -456,9 +456,9 @@ TQString KCookiesPolicies::quickHelp() const
" by Internet shops, so you can 'put things into a shopping"
" basket'. Some sites require you have a browser that supports"
" cookies.<p>Because most people want a compromise between privacy"
- " and the benefits cookies offer, KDE offers you the ability to"
+ " and the benefits cookies offer, TDE offers you the ability to"
" customize the way it handles cookies. You might, for example"
- " want to set KDE's default policy to ask you whenever a server"
+ " want to set TDE's default policy to ask you whenever a server"
" wants to set a cookie or simply reject or accept everything."
" For example, you might choose to accept all cookies from your"
" favorite shopping web site. For this all you have to do is"
@@ -467,7 +467,7 @@ TQString KCookiesPolicies::quickHelp() const
" the 'apply to' tab and choose accept or simply specify the name"
" of the site in the <i> Domain Specific Policy </i> tab and set"
" it to accept. This enables you to receive cookies from trusted"
- " web sites without being asked every time KDE receives a cookie."
+ " web sites without being asked every time TDE receives a cookie."
);
}