summaryrefslogtreecommitdiffstats
path: root/kcontrol/kio
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kio')
-rw-r--r--kcontrol/kio/kcookiesmain.cpp6
-rw-r--r--kcontrol/kio/kcookiespolicies.cpp8
-rw-r--r--kcontrol/kio/netpref.cpp2
-rw-r--r--kcontrol/kio/socks.cpp2
4 files changed, 9 insertions, 9 deletions
diff --git a/kcontrol/kio/kcookiesmain.cpp b/kcontrol/kio/kcookiesmain.cpp
index ed2317b2c..06629ee22 100644
--- a/kcontrol/kio/kcookiesmain.cpp
+++ b/kcontrol/kio/kcookiesmain.cpp
@@ -89,11 +89,11 @@ TQString KCookiesMain::quickHelp() const
" are often used 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 customize the way it handles cookies. So you might want"
- " to set KDE's default policy to ask you whenever a server wants to set a cookie,"
+ " TDE offers you the ability to customize the way it handles cookies. So you might want"
+ " to set TDE's default policy to ask you whenever a server wants to set a cookie,"
" allowing you to decide. For your favorite shopping web sites that you trust, you might"
" want to set the policy to accept, then you can access the web sites without being prompted"
- " every time KDE receives a cookie." );
+ " every time TDE receives a cookie." );
}
#include "kcookiesmain.moc"
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."
);
}
diff --git a/kcontrol/kio/netpref.cpp b/kcontrol/kio/netpref.cpp
index 1c1de3316..73cdb2123 100644
--- a/kcontrol/kio/netpref.cpp
+++ b/kcontrol/kio/netpref.cpp
@@ -129,7 +129,7 @@ void KIOPreferences::defaults()
TQString KIOPreferences::quickHelp() const
{
return i18n("<h1>Network Preferences</h1>Here you can define"
- " the behavior of KDE programs when using Internet"
+ " the behavior of TDE programs when using Internet"
" and network connections. If you experience timeouts"
" or use a modem to connect to the Internet, you might"
" want to adjust these settings." );
diff --git a/kcontrol/kio/socks.cpp b/kcontrol/kio/socks.cpp
index 71b01df4c..742033c7b 100644
--- a/kcontrol/kio/socks.cpp
+++ b/kcontrol/kio/socks.cpp
@@ -267,7 +267,7 @@ void KSocksConfig::defaults()
TQString KSocksConfig::quickHelp() const
{
- return i18n("<h1>SOCKS</h1><p>This module allows you to configure KDE support"
+ return i18n("<h1>SOCKS</h1><p>This module allows you to configure TDE support"
" for a SOCKS server or proxy.</p><p>SOCKS is a protocol to traverse firewalls"
" as described in <a href=\"http://rfc.net/rfc1928.html\">RFC 1928</a>."
" <p>If you have no idea what this is and if your system administrator does not"