From 3b1405169d66e029912f53d10c2880c46f5ed159 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:51:39 -0600 Subject: Additional renaming of kde to tde --- kioslave/http/Makefile.am | 2 +- kioslave/http/TODO | 4 ++-- kioslave/http/http.cc | 2 +- kioslave/http/http_cache_cleaner.cpp | 2 +- kioslave/http/kcookiejar/Makefile.am | 2 +- kioslave/http/kcookiejar/main.cpp | 2 +- kioslave/http/kcookiejar/tests/Makefile.am | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kioslave/http') 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) -- cgit v1.2.1