diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:10:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:10:41 -0600 |
commit | 7422cac1a18dca897d3830a267eb91683d05a95b (patch) | |
tree | 2ba309f49b47a5fbb0b226801b224c2532b7ab1a /chalk/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 'chalk/doc')
-rw-r--r-- | chalk/doc/DESIGN.obsolete | 2 | ||||
-rw-r--r-- | chalk/doc/colorspaces.xmi | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chalk/doc/DESIGN.obsolete b/chalk/doc/DESIGN.obsolete index f702d920..a1b8e58d 100644 --- a/chalk/doc/DESIGN.obsolete +++ b/chalk/doc/DESIGN.obsolete @@ -39,7 +39,7 @@ Design Patterns * Tools are created by a Factory pattern (but it isn't dynamic yet): kis_tool_factory. Tools are intended to - become kparts. + become tdeparts. * There's the start of a Memento pattern for tools, but it doesn't seem to be used (kis_tool_memento). It was an diff --git a/chalk/doc/colorspaces.xmi b/chalk/doc/colorspaces.xmi index 8fe4081b..51523e7a 100644 --- a/chalk/doc/colorspaces.xmi +++ b/chalk/doc/colorspaces.xmi @@ -21005,9 +21005,9 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="864" parent_class="864" fileExt=".cpp" fileName="kparts" > + <classifiercodedocument writeOutCode="true" package="" id="864" parent_class="864" fileExt=".cpp" fileName="tdeparts" > <textblocks> - <codeblockwithcomments tag="includes" text="#include "kparts.h"&#010;" > + <codeblockwithcomments tag="includes" text="#include "tdeparts.h"&#010;" > <header> <cppcodedocumentation tag="" writeOutText="false" /> </header> @@ -21030,7 +21030,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kparts" id="865" parent_class="865" fileExt=".cpp" fileName="plugin" > + <classifiercodedocument writeOutCode="true" package="tdeparts" id="865" parent_class="865" fileExt=".cpp" fileName="plugin" > <textblocks> <codeblockwithcomments tag="includes" text="#include "plugin.h"&#010;" > <header> @@ -35127,7 +35127,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader864" parent_class="864" fileExt=".h" fileName="kparts" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader864" parent_class="864" fileExt=".h" fileName="tdeparts" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KPARTS_H&#010;#define KPARTS_H" > <header> @@ -35333,7 +35333,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kparts" id="cppheader865" parent_class="865" fileExt=".h" fileName="plugin" > + <classifiercodedocument writeOutCode="true" package="tdeparts" id="cppheader865" parent_class="865" fileExt=".h" fileName="plugin" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef PLUGIN_H&#010;#define PLUGIN_H" > <header> |