diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:44:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:44:20 -0600 |
commit | ed948c85c8202c8719af90e2da88d63d2cf8106a (patch) | |
tree | f98eea0a81f3d9f50e1a7e41615a7ed61013c410 | |
parent | 4eed7fe5003afd9dae96f5ee0053056bc8af8d91 (diff) | |
download | arts-ed948c85c8202c8719af90e2da88d63d2cf8106a.tar.gz arts-ed948c85c8202c8719af90e2da88d63d2cf8106a.zip |
Additional renaming of kde to tde
-rw-r--r-- | doc/README | 2 | ||||
-rw-r--r-- | doc/TODO | 2 | ||||
-rw-r--r-- | flow/cache.h | 2 | ||||
-rw-r--r-- | flow/cachedwav.h | 2 | ||||
-rw-r--r-- | mcop/mcoputils.cc | 2 | ||||
-rw-r--r-- | x11/x11globalcomm_impl.cc | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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 <[email protected]>, 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. */ |