summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-de/docs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:13:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:13:51 -0600
commit694ffcefb176fddb88d1275e1e939748232608eb (patch)
treec81a62fa758e027cbff61cc306c28198a6a07eb5 /koffice-i18n-de/docs
parent96ee65acffaa7b312807612e4e99a4be54667156 (diff)
downloadkoffice-i18n-694ffcefb176fddb88d1275e1e939748232608eb.tar.gz
koffice-i18n-694ffcefb176fddb88d1275e1e939748232608eb.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'koffice-i18n-de/docs')
-rw-r--r--koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook
index a7c9028f..533f5252 100644
--- a/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook
+++ b/koffice-i18n-de/docs/koffice/chalk/developers-plugins.docbook
@@ -321,7 +321,7 @@ public:
typedef KGenericFactory&lt;ToolStar&gt; ToolStarFactory;
-K_EXPORT_COMPONENT_FACTORY( chalktoolstar, ToolStarFactory( "chalk" ) )
+K_EXPORT_COMPONENT_FACTORY( chaltdetoolstar, ToolStarFactory( "chalk" ) )
ToolStar::ToolStar(QObject *parent, const char *name, const QStringList &amp;)
@@ -913,7 +913,7 @@ std::list&lt;KisFilterConfiguration*&gt; KisOilPaintFilter::listOfExamplesConfig
<screen
>kis_tool_star.cc Makefile.am tool_star_cursor.png wdg_tool_star.ui
kis_tool_star.h Makefile.in tool_star.h
-chalktoolstar.desktop tool_star.cc tool_star.png
+chaltdetoolstar.desktop tool_star.cc tool_star.png
</screen>
<para