summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vsheartool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vsheartool.cc')
-rw-r--r--karbon/tools/vsheartool.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/tools/vsheartool.cc b/karbon/tools/vsheartool.cc
index 19e11161..d7fd40b9 100644
--- a/karbon/tools/vsheartool.cc
+++ b/karbon/tools/vsheartool.cc
@@ -204,13 +204,13 @@ VShearTool::recalc()
}
void
-VShearTool::setup( KActionCollection *collection )
+VShearTool::setup( TDEActionCollection *collection )
{
- m_action = static_cast<KRadioAction *>(collection -> action( name() ) );
+ m_action = static_cast<TDERadioAction *>(collection -> action( name() ) );
if( m_action == 0 )
{
- m_action = new KRadioAction( i18n( "Shear Tool" ), "14_shear", TQt::SHIFT+TQt::Key_H, this, TQT_SLOT( activate() ), collection, name() );
+ m_action = new TDERadioAction( i18n( "Shear Tool" ), "14_shear", TQt::SHIFT+TQt::Key_H, this, TQT_SLOT( activate() ), collection, name() );
m_action->setToolTip( i18n( "Shear" ) );
m_action->setExclusiveGroup( "manipulation" );
//m_ownAction = true;