diff --git a/doc/README b/doc/README index 60a3beb..1d81e8b 100644 --- a/doc/README +++ b/doc/README @@ -1,5 +1,5 @@ All of the aRts documentation is now in "The aRts Handbook" which is -in KDE DocBook format, part of kdemultimedia. It should be found on a +in KDE DocBook format, part of tdemultimedia. It should be found on a KDE system in $KDEDIR/share/doc/HTML/default/artsbuilder/index.html. An on-line version can be found at http://www.arts-project.org/doc/handbook diff --git a/doc/TODO b/doc/TODO index 37f856e..1c61d7b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -82,7 +82,7 @@ ## GUI Support -- port visual objects (beginnings are in kdemultimedia/arts/gui) +- port visual objects (beginnings are in tdemultimedia/arts/gui) - hbox, vbox - gui generation - hints via mcopidl diff --git a/flow/cache.h b/flow/cache.h index 63c2fba..f8cb9bf 100644 --- a/flow/cache.h +++ b/flow/cache.h @@ -33,7 +33,7 @@ * BC - Status (2002-03-08): Cache, CachedObject * * At the current point in time, there are NO GUARANTEES, so only use this - * in apps part of official KDE releases (such as kdemultimedia apps), which + * in apps part of official KDE releases (such as tdemultimedia apps), which * know what is happening here. */ diff --git a/flow/cachedwav.h b/flow/cachedwav.h index 52587be..f20d568 100644 --- a/flow/cachedwav.h +++ b/flow/cachedwav.h @@ -34,7 +34,7 @@ * BC - Status (2002-03-08): CachedWav. * * At the current point in time, there are NO GUARANTEES, so only use this - * in apps part of official KDE releases (such as kdemultimedia apps), which + * in apps part of official KDE releases (such as tdemultimedia apps), which * know what is happening here. Especially, in SOME kde versions this class * might not even exist, as it gets conditionally compiled. */ diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc index 2ba6ad2..c935d10 100644 --- a/mcop/mcoputils.cc +++ b/mcop/mcoputils.cc @@ -199,7 +199,7 @@ static char *locate_mcop_dir() return 0; } -/* blatant and literal copy from lnusertemp to avoid kdelibs dependency */ +/* blatant and literal copy from lnusertemp to avoid tdelibs dependency */ /* Copyright (c) 2000 Waldo Bastian , released under LGPL */ static diff --git a/x11/x11globalcomm_impl.cc b/x11/x11globalcomm_impl.cc index 103c624..8d5e620 100644 --- a/x11/x11globalcomm_impl.cc +++ b/x11/x11globalcomm_impl.cc @@ -20,7 +20,7 @@ /* * This is based on Mark Donohoe's nice KRootProp class (found in - * kdelibs/tdecore/krootprop.cpp). I couldn't use KRootProp directly, since + * tdelibs/tdecore/krootprop.cpp). I couldn't use KRootProp directly, since * I wanted aRts (and even it's X11 support) to work without KDE and/or Qt * installed at all. */