diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 18:25:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 21:40:45 +0900 |
commit | a7d0afc3a01114462488507812eb35d8d4ed0eb5 (patch) | |
tree | f9f2a3f5a6a0f15340c83c3249bff45eed905261 /doc/tutorials/markup | |
parent | 3318f2ef06191e7bb921bc9aca857cc938c169d9 (diff) | |
download | tdeaddons-a7d0afc3a01114462488507812eb35d8d4ed0eb5.tar.gz tdeaddons-a7d0afc3a01114462488507812eb35d8d4ed0eb5.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/tutorials/markup')
-rw-r--r-- | doc/tutorials/markup/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorials/markup/index.docbook b/doc/tutorials/markup/index.docbook index f0cb70b..432aec1 100644 --- a/doc/tutorials/markup/index.docbook +++ b/doc/tutorials/markup/index.docbook @@ -159,7 +159,7 @@ class="starttag">sect<replaceable>N</replaceable></sgmltag> tags must have an <sgmltag class="attribute">id</sgmltag>. The <sgmltag class="attribute">id</sgmltag> must be in all lower case, and with dashes separating words. For example, <markup><sect1 -id="how-to-obtain-kapp"></markup>. +id="how-to-obtain-tdeApp"></markup>. </para> </listitem> @@ -550,7 +550,7 @@ To: <para>In short: change any occurrence of <quote>kmyapplication</quote> to the real name of your application. Do <emphasis>not</emphasis> use -<quote>kappname</quote> or <quote>kapp</quote> directly in a document +<quote>kappname</quote> or <quote>tdeApp</quote> directly in a document yourself.</para> <para>The entity <quote>package</quote> is used similarly. It allows |