summaryrefslogtreecommitdiffstats
path: root/doc/kdevelop/kdevelop-scripting.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kdevelop/kdevelop-scripting.docbook')
-rw-r--r--doc/kdevelop/kdevelop-scripting.docbook8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/kdevelop/kdevelop-scripting.docbook b/doc/kdevelop/kdevelop-scripting.docbook
index d9e59bb5..177a0b65 100644
--- a/doc/kdevelop/kdevelop-scripting.docbook
+++ b/doc/kdevelop/kdevelop-scripting.docbook
@@ -1,4 +1,4 @@
-<chapter id="kdevelop-scripting">
+<chapter id="tdevelop-scripting">
<chapterinfo>
<authorgroup>
@@ -12,7 +12,7 @@
<sect1 id="running-scripts">
<title>Running Scripts</title>
<para>
- To access a script that is available to &kdevelop; use the <menuchoice><guimenu>Tools</guimenu><guimenuitem>Scripts</guimenuitem></menuchoice> menu. If there there is no such menu item then there are no installed scripts available to KDevelop.
+ To access a script that is available to &tdevelop; use the <menuchoice><guimenu>Tools</guimenu><guimenuitem>Scripts</guimenuitem></menuchoice> menu. If there there is no such menu item then there are no installed scripts available to KDevelop.
</para>
</sect1>
@@ -30,7 +30,7 @@ The next step is to create the actual script. For the above example the Type of
<para>One of the most useful tools in developing scripts for applications is the KDCOP application.</para>
<figure id="screenshot-kdcop" float="1">
- <title>KDCOP Browsing DCOP Interfaces in &kdevelop;</title>
+ <title>KDCOP Browsing DCOP Interfaces in &tdevelop;</title>
<mediaobject>
<imageobject><imagedata fileref="kdcop_browsing.png"/></imageobject>
</mediaobject>
@@ -41,7 +41,7 @@ The next step is to create the actual script. For the above example the Type of
<para>Once the script is complete it is ready to be installed. Application developers should document the location that will be scanned for scripts. In the case of the above example for Kate the scripts are located in "$KDEDIRS/share/apps/kate/scripts".</para>
<figure id="screenshot-scripts" float="1">
- <title>&kdevelop; Scripts on the Filesystem</title>
+ <title>&tdevelop; Scripts on the Filesystem</title>
<mediaobject>
<imageobject><imagedata fileref="script_location.png"/></imageobject>
</mediaobject>