diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:10:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:10:41 -0600 |
commit | 7422cac1a18dca897d3830a267eb91683d05a95b (patch) | |
tree | 2ba309f49b47a5fbb0b226801b224c2532b7ab1a /doc | |
parent | 3fe437def8063926892bddf2dcc733861308836d (diff) | |
download | koffice-7422cac1a18dca897d3830a267eb91683d05a95b.tar.gz koffice-7422cac1a18dca897d3830a267eb91683d05a95b.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chalk/developers-plugins.docbook | 2 | ||||
-rw-r--r-- | doc/koffice/index.docbook | 8 | ||||
-rw-r--r-- | doc/kword/index.docbook | 2 | ||||
-rw-r--r-- | doc/kword/table.docbook | 2 | ||||
-rw-r--r-- | doc/kword/tdeparts.docbook (renamed from doc/kword/kparts.docbook) | 6 |
5 files changed, 10 insertions, 10 deletions
diff --git a/doc/chalk/developers-plugins.docbook b/doc/chalk/developers-plugins.docbook index 9c0ace37..6c78c8ce 100644 --- a/doc/chalk/developers-plugins.docbook +++ b/doc/chalk/developers-plugins.docbook @@ -275,7 +275,7 @@ A header file: #ifndef TOOL_STAR_H_ #define TOOL_STAR_H_ -#include <kparts/plugin.h> +#include <tdeparts/plugin.h> /** * A module that provides a star tool. diff --git a/doc/koffice/index.docbook b/doc/koffice/index.docbook index 4d63ce4f..e39d2815 100644 --- a/doc/koffice/index.docbook +++ b/doc/koffice/index.docbook @@ -101,7 +101,7 @@ about the different components, have a look at the respective manual. &koffice; provides a framework that all components build on. Through this framework high integration is achieved. It is possible to develop your own component that integrates as well. The technology of this is -described in more depth in the <link linkend="kparts">chapter on +described in more depth in the <link linkend="tdeparts">chapter on KParts</link>. </para> </sect2> @@ -165,10 +165,10 @@ desktop environment, thus allowing seamless workflows. <chapter> <title>&koffice; Technology</title> -<sect1 id="kparts"> +<sect1 id="tdeparts"> <title>KParts - the building blocks of &koffice;</title> -<!-- <sect2 id="kpartsintro"> --> +<!-- <sect2 id="tdepartsintro"> --> <!-- <title>KParts Introduction</title> --> <para> @@ -227,7 +227,7 @@ application in another is called <quote>embedding</quote>. </sect2> -<sect2 id="kparts-try-it"> +<sect2 id="tdeparts-try-it"> <title>Using KParts in your document</title> <para> diff --git a/doc/kword/index.docbook b/doc/kword/index.docbook index 778f5908..c5cfe623 100644 --- a/doc/kword/index.docbook +++ b/doc/kword/index.docbook @@ -26,7 +26,7 @@ <!ENTITY techstuff SYSTEM "techinfo.docbook"> <!ENTITY graphics SYSTEM "graphics.docbook"> <!ENTITY toc SYSTEM "toc.docbook"> - <!ENTITY parts SYSTEM "kparts.docbook"> + <!ENTITY parts SYSTEM "tdeparts.docbook"> <!ENTITY formulas SYSTEM "formulas.docbook"> <!ENTITY lists SYSTEM "lists.docbook"> <!ENTITY variables SYSTEM "docvariables.docbook"> diff --git a/doc/kword/table.docbook b/doc/kword/table.docbook index 55faf329..7244a305 100644 --- a/doc/kword/table.docbook +++ b/doc/kword/table.docbook @@ -20,7 +20,7 @@ table and cells are resized (if specified by the user) automatically to fit comf <para>Tables in &kword; are for the display of data only. No calculations can be performed.</para> <tip><para>Remember, if you need the functions of a spreadsheet, you can <link -linkend="kparts">embed a &kspread; Table</link> in your +linkend="tdeparts">embed a &kspread; Table</link> in your document.</para></tip> <para>This section of the document will cover the formatting of tables diff --git a/doc/kword/kparts.docbook b/doc/kword/tdeparts.docbook index 67ac3357..30307f64 100644 --- a/doc/kword/kparts.docbook +++ b/doc/kword/tdeparts.docbook @@ -1,4 +1,4 @@ -<sect1 id="kparts"> +<sect1 id="tdeparts"> <sect1info> <authorgroup> <author> @@ -17,7 +17,7 @@ every step of the process. You will need to be familiar with the basics of using the other application in order to correctly insert a component from that application</para> <para>Refer to the help files of the other applications for more specific information.</para></note> -<sect2 id="kparts-insert"><title>General instructions</title> +<sect2 id="tdeparts-insert"><title>General instructions</title> <para>There are two ways to insert a component (spreadsheet, presentation, graph, etc) from another application in &koffice;:</para> <itemizedlist> @@ -46,7 +46,7 @@ application are different. Please see the application manuals for the specific application. (In other words, from this point on, if you insert a spreadsheet from &kspread;, then the windows will act the same as &kspread;.)</para> </sect2> -<sect2 id="kparts-edit"><title>Working with the inserted component</title> +<sect2 id="tdeparts-edit"><title>Working with the inserted component</title> <para>To edit the data within the component, simply double click with the mouse pointer and &kword; will change the toolbars, menuitems and application structure to match the &koffice; application. This way, you can use the application specific tools to refine your component.</para> <note><para>The frame that contains the embedded data, can be <link linkend="frames">manipulated</link> |