diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:42:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:42:07 -0600 |
commit | e4312018d88efdf7c3b3e8a0deed5f85525f9706 (patch) | |
tree | a43fa49ad1572ff0ae326bdc46843e94d849c876 /iso | |
parent | 9d229a011046e69ced6b516990b28c304dd01c04 (diff) | |
download | krusader-e4312018d88efdf7c3b3e8a0deed5f85525f9706.tar.gz krusader-e4312018d88efdf7c3b3e8a0deed5f85525f9706.zip |
Additional renaming of kde to tde
Diffstat (limited to 'iso')
-rw-r--r-- | iso/Makefile.am | 2 | ||||
-rw-r--r-- | iso/iso.cpp | 2 | ||||
-rw-r--r-- | iso/iso.h | 2 | ||||
-rw-r--r-- | iso/kiso.cpp | 2 | ||||
-rw-r--r-- | iso/kiso.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/iso/Makefile.am b/iso/Makefile.am index 1e6411c..f9c0bb7 100644 --- a/iso/Makefile.am +++ b/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/iso/iso.cpp b/iso/iso.cpp index 309e3c5..24023ca 100644 --- a/iso/iso.cpp +++ b/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> */ @@ -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/iso/kiso.cpp b/iso/kiso.cpp index 61baaf4..9f87d5f 100644 --- a/iso/kiso.cpp +++ b/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> @@ -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> */ |