|
|
@ -395,8 +395,8 @@ FerramentaEstrela::~FerramentaEstrela()
|
|
|
|
setInstance(ShearImageFactory::instance());
|
|
|
|
setInstance(ShearImageFactory::instance());
|
|
|
|
setXMLFile(locate("data","chalkplugins/shearimage.rc"), true);
|
|
|
|
setXMLFile(locate("data","chalkplugins/shearimage.rc"), true);
|
|
|
|
|
|
|
|
|
|
|
|
(void) new TDEAction(i18n("&Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
|
|
|
|
(void) new TDEAction(i18n("&Shear Image..."), 0, 0, this, TQ_SLOT(slotShearImage()), actionCollection(), "shearimage");
|
|
|
|
(void) new TDEAction(i18n("&Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
|
|
|
|
(void) new TDEAction(i18n("&Shear Layer..."), 0, 0, this, TQ_SLOT(slotShearLayer()), actionCollection(), "shearlayer");
|
|
|
|
|
|
|
|
|
|
|
|
m_vista = (KisView*) mae;
|
|
|
|
m_vista = (KisView*) mae;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1102,7 +1102,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
|
|
|
|
"ferramenta_estrela",
|
|
|
|
"ferramenta_estrela",
|
|
|
|
atalho,
|
|
|
|
atalho,
|
|
|
|
this,
|
|
|
|
this,
|
|
|
|
SLOT(activate()),
|
|
|
|
TQ_SLOT(activate()),
|
|
|
|
colleccao,
|
|
|
|
colleccao,
|
|
|
|
name());
|
|
|
|
name());
|
|
|
|
TQ_CHECK_PTR(m_action);
|
|
|
|
TQ_CHECK_PTR(m_action);
|
|
|
|