summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitc5f4ab7ad93bb84c2c28bee42c37b82341ab224d (patch)
treecef2be5b1c88d0d3e61ff8e5bea57b201a4755f6 /doc
parentb57220eeb8e9587e2bdb1209df6d4f2971eda770 (diff)
downloadkatapult-c5f4ab7ad93bb84c2c28bee42c37b82341ab224d.tar.gz
katapult-c5f4ab7ad93bb84c2c28bee42c37b82341ab224d.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/katapult@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r--doc/katapult/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/katapult/index.docbook b/doc/katapult/index.docbook
index 157f205..c4265c6 100644
--- a/doc/katapult/index.docbook
+++ b/doc/katapult/index.docbook
@@ -245,7 +245,7 @@ Please at least include KDE, the KDE package it is in, the name
<sect2 id="plugin-intro-overview">
<title>Overview</title>
<para>
- What you will be doing is actually something simple: you are making a library for KDE. This library defines a &quot;Service&quot; that is provided for &katapult; and can therefor be used and called by &katapult;. All of your code will be compiled and then combined into a library (.lo, .so) by <application>KDevelop</application>. It will be added into the $KDE_LIBS/kde3/ directory, and a .desktop &quot;service definition&quot; file will be placed in $KDE/share/services/ so that &katapult; can load your plugin.
+ What you will be doing is actually something simple: you are making a library for KDE. This library defines a &quot;Service&quot; that is provided for &katapult; and can therefor be used and called by &katapult;. All of your code will be compiled and then combined into a library (.lo, .so) by <application>KDevelop</application>. It will be added into the $KDE_LIBS/trinity/ directory, and a .desktop &quot;service definition&quot; file will be placed in $KDE/share/services/ so that &katapult; can load your plugin.
</para>
</sect2>
</sect1>