summaryrefslogtreecommitdiffstats
path: root/kioslave
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
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/file/Makefile.am2
-rw-r--r--kioslave/file/file.cc2
-rw-r--r--kioslave/ftp/ftp.cc2
-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
-rw-r--r--kioslave/iso/Makefile.am2
-rw-r--r--kioslave/iso/iso.cpp2
-rw-r--r--kioslave/iso/iso.h2
-rw-r--r--kioslave/iso/kiso.cpp2
-rw-r--r--kioslave/iso/kiso.h2
-rw-r--r--kioslave/metainfo/Makefile.am2
16 files changed, 17 insertions, 17 deletions
diff --git a/kioslave/file/Makefile.am b/kioslave/file/Makefile.am
index 4c06affa8..3daf0cbcc 100644
--- a/kioslave/file/Makefile.am
+++ b/kioslave/file/Makefile.am
@@ -1,4 +1,4 @@
-## Makefile.am of kdebase/kioslave/file
+## Makefile.am of tdebase/kioslave/file
AM_CPPFLAGS = -D_LARGEFILE64_SOURCE
diff --git a/kioslave/file/file.cc b/kioslave/file/file.cc
index d977bbd9c..496f761dd 100644
--- a/kioslave/file/file.cc
+++ b/kioslave/file/file.cc
@@ -112,7 +112,7 @@ extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); }
int kdemain( int argc, char **argv )
{
- KLocale::setMainCatalogue("kdelibs");
+ KLocale::setMainCatalogue("tdelibs");
KInstance instance( "kio_file" );
( void ) KGlobal::locale();
diff --git a/kioslave/ftp/ftp.cc b/kioslave/ftp/ftp.cc
index 4eed185e6..a30710743 100644
--- a/kioslave/ftp/ftp.cc
+++ b/kioslave/ftp/ftp.cc
@@ -139,7 +139,7 @@ extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); }
int kdemain( int argc, char **argv )
{
- KLocale::setMainCatalogue("kdelibs");
+ KLocale::setMainCatalogue("tdelibs");
KInstance instance( "kio_ftp" );
( void ) KGlobal::locale();
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)
diff --git a/kioslave/iso/Makefile.am b/kioslave/iso/Makefile.am
index 1e6411c4b..f9c0bb754 100644
--- a/kioslave/iso/Makefile.am
+++ b/kioslave/iso/Makefile.am
@@ -58,7 +58,7 @@ uninstall-local:
# make messages.po. Move this one to ../po/ and "make merge" in po
-# the -x is for skipping messages already translated in kdelibs
+# the -x is for skipping messages already translated in tdelibs
messages:
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
if test -n "$$LIST"; then \
diff --git a/kioslave/iso/iso.cpp b/kioslave/iso/iso.cpp
index a772dafe5..9e5691654 100644
--- a/kioslave/iso/iso.cpp
+++ b/kioslave/iso/iso.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
- /* This file is heavily based on tar.cc from kdebase
+ /* This file is heavily based on tar.cc from tdebase
* (c) David Faure <faure@kde.org>
*/
diff --git a/kioslave/iso/iso.h b/kioslave/iso/iso.h
index 6b16b6389..2a488bd9d 100644
--- a/kioslave/iso/iso.h
+++ b/kioslave/iso/iso.h
@@ -15,7 +15,7 @@
* *
***************************************************************************/
- /* This file is heavily based on tar.h from kdebase
+ /* This file is heavily based on tar.h from tdebase
* (c) David Faure <faure@kde.org>
*/
diff --git a/kioslave/iso/kiso.cpp b/kioslave/iso/kiso.cpp
index a260b5244..7b682a783 100644
--- a/kioslave/iso/kiso.cpp
+++ b/kioslave/iso/kiso.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
- /* This file is heavily based on ktar.cpp from kdelibs (c) David Faure */
+ /* This file is heavily based on ktar.cpp from tdelibs (c) David Faure */
#include <stdio.h>
#include <stdlib.h>
diff --git a/kioslave/iso/kiso.h b/kioslave/iso/kiso.h
index c488dd0cb..de0f06dca 100644
--- a/kioslave/iso/kiso.h
+++ b/kioslave/iso/kiso.h
@@ -15,7 +15,7 @@
* *
***************************************************************************/
- /* This file is heavily based on ktar.h from kdelibs
+ /* This file is heavily based on ktar.h from tdelibs
* (c) Torben Weis <weis@kde.org>, David Faure <faure@kde.org>
*/
diff --git a/kioslave/metainfo/Makefile.am b/kioslave/metainfo/Makefile.am
index 29d0d5329..e2de616c6 100644
--- a/kioslave/metainfo/Makefile.am
+++ b/kioslave/metainfo/Makefile.am
@@ -1,5 +1,5 @@
## $Id$
-## Makefile.am of kdebase/kioslave/metainfo
+## Makefile.am of tdebase/kioslave/metainfo
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor