diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-02 22:36:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-02 22:36:59 -0600 |
commit | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (patch) | |
tree | 7bbd04c5b00831b04c53c371f5b7a5c32154fb1c /tde-i18n-de/docs/kdemultimedia/artsbuilder/mcop.docbook | |
parent | 9b58d35185905f8334142bf4988cb784e993aea7 (diff) | |
download | tde-i18n-85ca18776aa487b06b9d5ab7459b8f837ba637f3.tar.gz tde-i18n-85ca18776aa487b06b9d5ab7459b8f837ba637f3.zip |
Initial kde-tde rename
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? --> |