diff options
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> |