diff options
Diffstat (limited to 'karbon/tools/vsheartool.cpp')
-rw-r--r-- | karbon/tools/vsheartool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vsheartool.cpp b/karbon/tools/vsheartool.cpp index 4bc80810..7209ae8d 100644 --- a/karbon/tools/vsheartool.cpp +++ b/karbon/tools/vsheartool.cpp @@ -210,7 +210,7 @@ VShearTool::setup( TDEActionCollection *collection ) if( m_action == 0 ) { - m_action = new TDERadioAction( 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, TQ_SLOT( activate() ), collection, name() ); m_action->setToolTip( i18n( "Shear" ) ); m_action->setExclusiveGroup( "manipulation" ); //m_ownAction = true; |