diff options
Diffstat (limited to 'tde-i18n-de/docs/kdemultimedia/artsbuilder/mcop.docbook')
-rw-r--r-- | tde-i18n-de/docs/kdemultimedia/artsbuilder/mcop.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tde-i18n-de/docs/kdemultimedia/artsbuilder/mcop.docbook b/tde-i18n-de/docs/kdemultimedia/artsbuilder/mcop.docbook index 2f7ef5de06d..84e77bce7f3 100644 --- a/tde-i18n-de/docs/kdemultimedia/artsbuilder/mcop.docbook +++ b/tde-i18n-de/docs/kdemultimedia/artsbuilder/mcop.docbook @@ -161,7 +161,7 @@ this prolog. Be sure to comment it out again when you are done --> <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 +>tdemultimedia/arts/modules/artsmodules.idl</filename >. The interface definition is listed below. </para> <programlisting> @@ -594,9 +594,9 @@ connect(slider,"position_changed",volumeControl,"volume"); <para > 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 +>tdelibs/arts/tests</filename >, and in the experimental artsgui implementation, which you can find under <filename class="directory" ->kdemultimedia/arts/gui</filename +>tdemultimedia/arts/gui</filename >. </para> <!-- TODO: can I markup links into the source code - if yes, how? --> |