diff options
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 <[email protected]> */ @@ -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 <[email protected]> */ 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 <[email protected]>, David Faure <[email protected]> */ |