summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-pt_BR/docs
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:03:34 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:03:34 -0600
commitbe995f98557b8d223fd2c7b40a4b1997e1a2a2dd (patch)
treed30b7e80fc6f7a9c1a19d4babdf27f054c74f621 /koffice-i18n-pt_BR/docs
parent3e7320c15340438a6b2816d93a106d36d0ef2fc0 (diff)
downloadkoffice-i18n-be995f98557b8d223fd2c7b40a4b1997e1a2a2dd.tar.gz
koffice-i18n-be995f98557b8d223fd2c7b40a4b1997e1a2a2dd.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'koffice-i18n-pt_BR/docs')
-rw-r--r--koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook14
1 files changed, 7 insertions, 7 deletions
diff --git a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook
index 4e4e7e51..150e45b3 100644
--- a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook
+++ b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook
@@ -395,8 +395,8 @@ FerramentaEstrela::~FerramentaEstrela()
setInstance(ShearImagefatory::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_vista = (KisView*) mae;
}
@@ -1091,14 +1091,14 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
> para cada dispositivo de entrada, e isso significa que é adicionada uma ação com o mesmo nome, várias vezes, à coleção de ações. Contudo, tudo parece funcionar, então porque preocupar-se? </para>
<programlisting
->void KisToolStar::setup(KActionCollection *colleccao)
+>void KisToolStar::setup(TDEActionCollection *colleccao)
{
- m_action = static_cast&lt;KRadioAction *&gt;(colleccao->action(name()));
+ m_action = static_cast&lt;TDERadioAction *&gt;(colleccao->action(name()));
if (m_action == 0) {
- KShortcut atalho(Qt::Key_Plus);
- atalho.append(KShortcut(Qt::Key_F9));
- m_action = new KRadioAction(i18n("&amp;Star"),
+ TDEShortcut atalho(Qt::Key_Plus);
+ atalho.append(TDEShortcut(Qt::Key_F9));
+ m_action = new TDERadioAction(i18n("&amp;Star"),
"ferramenta_estrela",
atalho,
this,