diff options
Diffstat (limited to 'karbon/tools/vspiraltool.cpp')
-rw-r--r-- | karbon/tools/vspiraltool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vspiraltool.cpp b/karbon/tools/vspiraltool.cpp index 90b3b470..5dc321e0 100644 --- a/karbon/tools/vspiraltool.cpp +++ b/karbon/tools/vspiraltool.cpp @@ -204,7 +204,7 @@ VSpiralTool::setup( TDEActionCollection *collection ) if( m_action == 0 ) { - m_action = new TDERadioAction( i18n( "Spiral Tool" ), "14_spiral", TQt::SHIFT+TQt::Key_H, this, TQT_SLOT( activate() ), collection, name() ); + m_action = new TDERadioAction( i18n( "Spiral Tool" ), "14_spiral", TQt::SHIFT+TQt::Key_H, this, TQ_SLOT( activate() ), collection, name() ); m_action->setToolTip( i18n( "Spiral" ) ); m_action->setExclusiveGroup( "shapes" ); //m_ownAction = true; |