summaryrefslogtreecommitdiffstats
path: root/iso
diff options
context:
space:
mode:
Diffstat (limited to 'iso')
-rw-r--r--iso/Makefile.am2
-rw-r--r--iso/iso.cpp2
-rw-r--r--iso/iso.h2
-rw-r--r--iso/kiso.cpp2
-rw-r--r--iso/kiso.h2
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]>
*/
diff --git a/iso/iso.h b/iso/iso.h
index 6b16b63..2a488bd 100644
--- a/iso/iso.h
+++ b/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 <[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>
diff --git a/iso/kiso.h b/iso/kiso.h
index 546b09a..8eb42b0 100644
--- a/iso/kiso.h
+++ b/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 <[email protected]>, David Faure <[email protected]>
*/