diff options
Diffstat (limited to 'doc/artsbuilder')
-rw-r--r-- | doc/artsbuilder/faq.docbook | 2 | ||||
-rw-r--r-- | doc/artsbuilder/index.docbook | 2 | ||||
-rw-r--r-- | doc/artsbuilder/mcop.docbook | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/artsbuilder/faq.docbook b/doc/artsbuilder/faq.docbook index bfaaf18c..31590286 100644 --- a/doc/artsbuilder/faq.docbook +++ b/doc/artsbuilder/faq.docbook @@ -896,7 +896,7 @@ How do I debug network transparency if it doesn't work? <answer> <para> Assuming you have the &kde; source code, go to <filename -class="directory">kdelibs/arts/examples</filename>, and run +class="directory">tdelibs/arts/examples</filename>, and run <userinput><command>make</command> <option>check</option></userinput> to compile some programs, including <application>referenceinfo</application>. Then run diff --git a/doc/artsbuilder/index.docbook b/doc/artsbuilder/index.docbook index ba6649a1..89706495 100644 --- a/doc/artsbuilder/index.docbook +++ b/doc/artsbuilder/index.docbook @@ -348,7 +348,7 @@ http://space.twc.de/~stefan/kde/arts-snapshot-doc.html</ulink>. <para> Note that if you are building from <acronym>CVS</acronym>, some components of &arts; (&ie; the basic core components including the sound server) are found -in the <acronym>CVS</acronym> module kdelibs, while additional components (⪚ +in the <acronym>CVS</acronym> module tdelibs, while additional components (⪚ <application>artsbuilder</application>) are included in the. This may change in the future. You may also find a version in the kmusic module; this is the old (pre-&kde; 2.0) version which is now obsolete. diff --git a/doc/artsbuilder/mcop.docbook b/doc/artsbuilder/mcop.docbook index 86aa03b5..790ccb9f 100644 --- a/doc/artsbuilder/mcop.docbook +++ b/doc/artsbuilder/mcop.docbook @@ -209,7 +209,7 @@ Several standard module interfaces are already defined for you in <para> A simple example of a module taken from &arts; is the constant delay module, found in the file -<filename>kdemultimedia/arts/modules/artsmodules.idl</filename>. The +<filename>tdemultimedia/arts/modules/artsmodules.idl</filename>. The interface definition is listed below. </para> @@ -805,9 +805,9 @@ sample you process. It will be especially useful to use change notifications in conjunction with scopes (things that visualize audio data for instance), gui elements, control widgets, and monitoring. Code using this is in -<filename class="directory">kdelibs/arts/tests</filename>, and in the +<filename class="directory">tdelibs/arts/tests</filename>, and in the experimental artsgui implementation, which you can find under <filename -class="directory">kdemultimedia/arts/gui</filename>. +class="directory">tdemultimedia/arts/gui</filename>. </para> <!-- TODO: can I markup links into the source code - if yes, how? --> |