diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:13:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:13:44 -0600 |
commit | 88838f421c1d218531cb0ddcc2599ae90e744759 (patch) | |
tree | b898b4f5204ae416a302d496b059e65dfe781f4e /doc/kdearch/index.docbook | |
parent | 8e7b3d87aaeebf32fa6769f207d6ac20462e3e0c (diff) | |
download | tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.tar.gz tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/kdearch/index.docbook')
-rw-r--r-- | doc/kdearch/index.docbook | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index fff7cd57..7b5b45f1 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -1907,7 +1907,7 @@ a complex query language. <para> New service types are added by installing a description of them into the -directory <filename>KDEDIR/share/servicetypes</filename>. In an automake +directory <filename>TDEDIR/share/servicetypes</filename>. In an automake framework, this can be done with this <filename>Makefile.am</filename> snippet: </para> @@ -1955,7 +1955,7 @@ Possible types are everything that can be stored in a <para> Service definitions are stored in the directory -<filename>KDEDIR/share/services</filename>: +<filename>TDEDIR/share/services</filename>: </para> <programlisting> @@ -2246,7 +2246,7 @@ cases the file name extension). For example, a file extension is stripped off this is not safe, and you actually have to look at the contents of the file. This is of course slower, in particular for files that have to be downloaded via HTTP first. The content-based method is based -on the file <filename>KDEDIR/share/mimelnk/magic</filename> and therefore +on the file <filename>TDEDIR/share/mimelnk/magic</filename> and therefore difficult to extend. But in general, MIME type information can easily be made available to the system by installing a <literal>.desktop</literal> file, and it is efficiently and conveniently available through the KDE libraries. @@ -2262,7 +2262,7 @@ it is efficiently and conveniently available through the KDE libraries. Let us define a type <literal>"application/x-foo"</literal> for our new <application>foobar</application> program. To this end, you have to write a file <filename>foo.desktop</filename> and install it into -<filename>KDEDIR/share/mimelnk/application</filename>. (This is the usual +<filename>TDEDIR/share/mimelnk/application</filename>. (This is the usual location, which may differ between distributions). This can be done by adding this to the <filename>Makefile.am</filename>: </para> |