summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
-rw-r--r--doc/kmyfirewall/Makefile2
-rw-r--r--doc/kmyfirewall/index.docbook4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index f6c4df4..602c7a9 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -310,7 +310,7 @@ unsermake_enable_pch_FALSE =
unsermake_enable_pch_TRUE = #
x_includes = .
x_libraries = /usr/lib
-xdg_appsdir = ${datadir}/applications/kde
+xdg_appsdir = ${datadir}/applications/tde
xdg_directorydir = ${datadir}/desktop-directories
xdg_menudir = ${sysconfdir}/xdg/menus
KDE_LANG = en
diff --git a/doc/kmyfirewall/Makefile b/doc/kmyfirewall/Makefile
index a14e506..a59ddd9 100644
--- a/doc/kmyfirewall/Makefile
+++ b/doc/kmyfirewall/Makefile
@@ -294,7 +294,7 @@ unsermake_enable_pch_FALSE =
unsermake_enable_pch_TRUE = #
x_includes = .
x_libraries = /usr/lib
-xdg_appsdir = ${datadir}/applications/kde
+xdg_appsdir = ${datadir}/applications/tde
xdg_directorydir = ${datadir}/desktop-directories
xdg_menudir = ${sysconfdir}/xdg/menus
KDE_LANG = en
diff --git a/doc/kmyfirewall/index.docbook b/doc/kmyfirewall/index.docbook
index 5d87323..1c8df51 100644
--- a/doc/kmyfirewall/index.docbook
+++ b/doc/kmyfirewall/index.docbook
@@ -921,7 +921,7 @@ if you have some ideas, patches, wishes or whatever.
<title>The .desktop file</title>
<para>This file is installed into the services directory and makes the plugin available for the KDE plugin framework</para>
<para>The important thing here is that you set Type=Service and the right SeviceType. The application only searches for plugins with SeviceType=KMyFirewall/RuleOptionEdit or SeviceType=KMyFirewall/RuleTargetOptionEdit.</para>
-<para>The line X-KDE-Library=libkmfruleoptionedit_mac lets the KDE plugin framework know which library defines the functionality.</para>
+<para>The line X-TDE-Library=libkmfruleoptionedit_mac lets the KDE plugin framework know which library defines the functionality.</para>
<programlisting>
[Desktop Entry]
@@ -931,7 +931,7 @@ Name=KMyFirewall MAC option edit
Name[da]=KMyFirewall MAC redigeringstilvalg
Comment=Plugin for edition MAC address based iptables rule options
Comment[da]=Plugin ril at redigere MAC adressebaserede regeltilvalg for iptables
-X-KDE-Library=libkmfruleoptionedit_mac
+X-TDE-Library=libkmfruleoptionedit_mac
ServiceTypes=KMyFirewall/RuleOptionEdit
</programlisting>
</sect2>