summaryrefslogtreecommitdiffstats
path: root/developer-doc
diff options
context:
space:
mode:
Diffstat (limited to 'developer-doc')
-rw-r--r--developer-doc/phb/rel-mgmt.docbook2
-rw-r--r--developer-doc/phb/rpm-example.docbook8
-rw-r--r--developer-doc/phb/translation.docbook2
3 files changed, 6 insertions, 6 deletions
diff --git a/developer-doc/phb/rel-mgmt.docbook b/developer-doc/phb/rel-mgmt.docbook
index 531efaf..3ac7d7e 100644
--- a/developer-doc/phb/rel-mgmt.docbook
+++ b/developer-doc/phb/rel-mgmt.docbook
@@ -177,7 +177,7 @@ Before doing this, check that all desktop files conform to the freedesktop speci
<programlisting>
<prompt>thb: ~&gt; </prompt><userinput>find ./kmymoney2 -name '*.desktop' -exec desktop-file-validate {} \;</userinput>
</programlisting>
-N.B. Any errors in file x-kmymoney2.desktop can be ignored since kde3 does not conform to the specification for this file type.
+N.B. Any errors in file x-kmymoney2.desktop can be ignored since trinity does not conform to the specification for this file type.
</para>
<para>
Note: desktop-file-validate is part of the desktop-file-utils package, which may be installed from your distribution repository, or downloaded from
diff --git a/developer-doc/phb/rpm-example.docbook b/developer-doc/phb/rpm-example.docbook
index 0e7cea0..5e63a4c 100644
--- a/developer-doc/phb/rpm-example.docbook
+++ b/developer-doc/phb/rpm-example.docbook
@@ -30,7 +30,7 @@ This appendix contains an example of an RPM SPEC file.
%if %is_suse
%define dist suse
%define disttag suse
-%define kde_path /opt/kde3
+%define kde_path /opt/trinity
%endif
%if %is_fedora
%define dist fedora
@@ -209,14 +209,14 @@ ln -s ../common common
# %_datadir/apps/kmm_kbanking/*rc
# plugin related files
-# %kde_path/%_lib/kde3/*.so
+# %kde_path/%_lib/trinity/*.so
%files ofx
%_datadir/services/kmm_ofximport.desktop
-%kde_path/%_lib/kde3/kmm_ofximport.so
+%kde_path/%_lib/trinity/kmm_ofximport.so
%files devel
@@ -224,7 +224,7 @@ ln -s ../common common
%kde_path/%_lib/*.la
# plugin related files
-%kde_path/%_lib/kde3/*.la
+%kde_path/%_lib/trinity/*.la
%changelog
* Mon May 26 2005 - ipwizard (at) users.sourceforge.net
diff --git a/developer-doc/phb/translation.docbook b/developer-doc/phb/translation.docbook
index 2a171f6..51475e9 100644
--- a/developer-doc/phb/translation.docbook
+++ b/developer-doc/phb/translation.docbook
@@ -180,7 +180,7 @@ Now run as root the command
The mo file is the language file you need for your program. You just need
to replace the original mo file of &app; with this one (perform a backup of
the original file before). The location of your mo file depends on your
-distro, for SuSE it is <filename>/opt/kde3/share/local/lang/LC_MESSAGES</filename> and for Debian
+distro, for SuSE it is <filename>/opt/trinity/share/local/lang/LC_MESSAGES</filename> and for Debian
<filename>/usr/share/local/lang/LC_MESSAGES</filename>. For lang you can use
any string, like de or even de_test if you want to run it with a test
language. Be aware that &app; uses some text strings from KDE and since they