diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:13:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:13:51 -0600 |
commit | 694ffcefb176fddb88d1275e1e939748232608eb (patch) | |
tree | c81a62fa758e027cbff61cc306c28198a6a07eb5 /koffice-i18n-de/docs | |
parent | 96ee65acffaa7b312807612e4e99a4be54667156 (diff) | |
download | koffice-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.docbook | 4 |
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<ToolStar> ToolStarFactory; -K_EXPORT_COMPONENT_FACTORY( chalktoolstar, ToolStarFactory( "chalk" ) ) +K_EXPORT_COMPONENT_FACTORY( chaltdetoolstar, ToolStarFactory( "chalk" ) ) ToolStar::ToolStar(QObject *parent, const char *name, const QStringList &) @@ -913,7 +913,7 @@ std::list<KisFilterConfiguration*> 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 |