summaryrefslogtreecommitdiffstats
path: root/kioslave/http
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /kioslave/http
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'kioslave/http')
-rw-r--r--kioslave/http/Makefile.am2
-rw-r--r--kioslave/http/TODO4
-rw-r--r--kioslave/http/http.cc2
-rw-r--r--kioslave/http/http_cache_cleaner.cpp2
-rw-r--r--kioslave/http/kcookiejar/Makefile.am2
-rw-r--r--kioslave/http/kcookiejar/main.cpp2
-rw-r--r--kioslave/http/kcookiejar/tests/Makefile.am2
7 files changed, 8 insertions, 8 deletions
diff --git a/kioslave/http/Makefile.am b/kioslave/http/Makefile.am
index b0f027c1f..f8e099140 100644
--- a/kioslave/http/Makefile.am
+++ b/kioslave/http/Makefile.am
@@ -1,5 +1,5 @@
# $Id$
-# Makefile.am of kdebase/kioslave/http
+# Makefile.am of tdebase/kioslave/http
SUBDIRS = kcookiejar
diff --git a/kioslave/http/TODO b/kioslave/http/TODO
index 6484f0284..12a929525 100644
--- a/kioslave/http/TODO
+++ b/kioslave/http/TODO
@@ -20,13 +20,13 @@ features such as locking.
This might involve an external program to parse the labels, and something to
configure access accordingly. There is only some basic things that need to be
added to kio_http to support this. The majority of the work has to be done at the
-application level. A khtml plugin in kdeaddons to do this might be a nice idea.
+application level. A khtml plugin in tdeaddons to do this might be a nice idea.
- P3P support:
This can also be implemented as a plugin to konqueror and does
not need any speical support in HTTP except perhaps sending a
flag that indicates that the web page provides some P3P information.
-This is something that can be added as a plugin to kdeaddons.
+This is something that can be added as a plugin to tdeaddons.
Things that do not require programming
diff --git a/kioslave/http/http.cc b/kioslave/http/http.cc
index a37fe27ca..f772950bb 100644
--- a/kioslave/http/http.cc
+++ b/kioslave/http/http.cc
@@ -97,7 +97,7 @@ extern "C" {
int kdemain( int argc, char **argv )
{
- KLocale::setMainCatalogue("kdelibs");
+ KLocale::setMainCatalogue("tdelibs");
KInstance instance( "kio_http" );
( void ) KGlobal::locale();
diff --git a/kioslave/http/http_cache_cleaner.cpp b/kioslave/http/http_cache_cleaner.cpp
index 8c10d0d16..cc17d9729 100644
--- a/kioslave/http/http_cache_cleaner.cpp
+++ b/kioslave/http/http_cache_cleaner.cpp
@@ -189,7 +189,7 @@ void scanDirectory(FileInfoList &fileEntries, const TQString &name, const TQStri
extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
{
- KLocale::setMainCatalogue("kdelibs");
+ KLocale::setMainCatalogue("tdelibs");
KCmdLineArgs::init( argc, argv, appName,
I18N_NOOP("KDE HTTP cache maintenance tool"),
description, version, true);
diff --git a/kioslave/http/kcookiejar/Makefile.am b/kioslave/http/kcookiejar/Makefile.am
index 367e10efa..3cfb540fb 100644
--- a/kioslave/http/kcookiejar/Makefile.am
+++ b/kioslave/http/kcookiejar/Makefile.am
@@ -1,4 +1,4 @@
-# Makefile.am of kdebase/kioslave/http
+# Makefile.am of tdebase/kioslave/http
SUBDIRS=tests
INCLUDES= $(all_includes)
diff --git a/kioslave/http/kcookiejar/main.cpp b/kioslave/http/kcookiejar/main.cpp
index 1a47b398e..67177823b 100644
--- a/kioslave/http/kcookiejar/main.cpp
+++ b/kioslave/http/kcookiejar/main.cpp
@@ -42,7 +42,7 @@ static const KCmdLineOptions options[] =
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
{
- KLocale::setMainCatalogue("kdelibs");
+ KLocale::setMainCatalogue("tdelibs");
KCmdLineArgs::init(argc, argv, "kcookiejar", I18N_NOOP("HTTP cookie daemon"),
description, version);
diff --git a/kioslave/http/kcookiejar/tests/Makefile.am b/kioslave/http/kcookiejar/tests/Makefile.am
index d6ae0a17f..44a453feb 100644
--- a/kioslave/http/kcookiejar/tests/Makefile.am
+++ b/kioslave/http/kcookiejar/tests/Makefile.am
@@ -1,5 +1,5 @@
# $Id$
-# Makefile.am of kdebase/kioslave/http
+# Makefile.am of tdebase/kioslave/http
INCLUDES= $(all_includes)