diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:13:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:13:51 -0600 |
commit | 694ffcefb176fddb88d1275e1e939748232608eb (patch) | |
tree | c81a62fa758e027cbff61cc306c28198a6a07eb5 /koffice-i18n-nl/docs/koffice | |
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-nl/docs/koffice')
-rw-r--r-- | koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook | 4 | ||||
-rw-r--r-- | koffice-i18n-nl/docs/koffice/chalk/tutorial-select-layer.docbook | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook index 8abb8b77..cbb507a3 100644 --- a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook @@ -322,7 +322,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 &) @@ -914,7 +914,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 diff --git a/koffice-i18n-nl/docs/koffice/chalk/tutorial-select-layer.docbook b/koffice-i18n-nl/docs/koffice/chalk/tutorial-select-layer.docbook index 27a7cbf4..aaa533d4 100644 --- a/koffice-i18n-nl/docs/koffice/chalk/tutorial-select-layer.docbook +++ b/koffice-i18n-nl/docs/koffice/chalk/tutorial-select-layer.docbook @@ -50,13 +50,13 @@ <para >Probeer nu de omtrek van het hoofd te selecteren met het gereedschap <guilabel ->Omtrekselectie</guilabel +>Omtretdeselectie</guilabel >: </para> <screenshot> <screeninfo >Het gereedschap voor <guilabel ->Omtrekselectie</guilabel +>Omtretdeselectie</guilabel ></screeninfo> <mediaobject> <imageobject> @@ -65,13 +65,13 @@ <textobject> <phrase >Het gereedschap voor <guilabel ->Omtrekselectie</guilabel +>Omtretdeselectie</guilabel ></phrase> </textobject> <caption ><para >Het gereedschap voor <guilabel ->Omtrekselectie</guilabel +>Omtretdeselectie</guilabel ></para ></caption> </mediaobject> @@ -304,7 +304,7 @@ <screenshot> <screeninfo >Het gereedschap <guilabel ->Rechthoekselectie</guilabel +>Rechthoetdeselectie</guilabel ></screeninfo> <mediaobject> <imageobject> @@ -313,13 +313,13 @@ <textobject> <phrase >Het gereedschap <guilabel ->Rechthoekselectie</guilabel +>Rechthoetdeselectie</guilabel ></phrase> </textobject> <caption ><para >Het gereedschap <guilabel ->Rechthoekselectie</guilabel +>Rechthoetdeselectie</guilabel ></para ></caption> </mediaobject> |