From be995f98557b8d223fd2c7b40a4b1997e1a2a2dd Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Fri, 1 Feb 2013 15:03:34 -0600
Subject: Rename a number of classes to enhance compatibility with KDE4

---
 .../docs/koffice/chalk/developers-plugins.docbook          | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'koffice-i18n-ca/docs/koffice/chalk')

diff --git a/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook
index 16b4e6a3..b492279a 100644
--- a/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook
+++ b/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook
@@ -395,8 +395,8 @@ ToolStar::~ToolStar()
        setInstance(ShearImageFactory::instance());
        setXMLFile(locate("data","chalkplugins/shearimage.rc"), true);
 
-       (void) new KAction(i18n("&amp;Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
-       (void) new KAction(i18n("&amp;Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
+       (void) new TDEAction(i18n("&amp;Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
+       (void) new TDEAction(i18n("&amp;Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
 
        m_view = (KisView*) parent;
    }
@@ -1091,14 +1091,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
 > per a cada dispositiu d'entrada i que vol dir que una acció amb el mateix nom s'afegeix moltes vegades a la col·lecció d'accions. Malgrat tot, tot sembla funcionar. Així que, per què preocupar-se? </para>
 
 <programlisting
->void KisToolStar::setup(KActionCollection *collection)
+>void KisToolStar::setup(TDEActionCollection *collection)
 {
-   m_action = static_cast&lt;KRadioAction *&gt;(collection->action(name()));
+   m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
 
    if (m_action == 0) {
-       KShortcut shortcut(Qt::Key_Plus);
-       shortcut.append(KShortcut(Qt::Key_F9));
-       m_action = new KRadioAction(i18n("&amp;Star"),
+       TDEShortcut shortcut(Qt::Key_Plus);
+       shortcut.append(TDEShortcut(Qt::Key_F9));
+       m_action = new TDERadioAction(i18n("&amp;Star"),
                                    "tool_star",
                                    shortcut,
                                    this,
-- 
cgit v1.2.1