diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | c5f4ab7ad93bb84c2c28bee42c37b82341ab224d (patch) | |
tree | cef2be5b1c88d0d3e61ff8e5bea57b201a4755f6 /doc | |
parent | b57220eeb8e9587e2bdb1209df6d4f2971eda770 (diff) | |
download | katapult-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.docbook | 2 |
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 "Service" 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 "service definition" 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 "Service" 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 "service definition" file will be placed in $KDE/share/services/ so that &katapult; can load your plugin. </para> </sect2> </sect1> |