diff options
Diffstat (limited to 'karbon/tools/vrotatetool.cpp')
| -rw-r--r-- | karbon/tools/vrotatetool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vrotatetool.cpp b/karbon/tools/vrotatetool.cpp index 4230cac7f..0a01a451d 100644 --- a/karbon/tools/vrotatetool.cpp +++ b/karbon/tools/vrotatetool.cpp @@ -166,7 +166,7 @@ VRotateTool::setup( TDEActionCollection *collection ) if( m_action == 0 ) { - m_action = new TDERadioAction( i18n( "Rotate Tool" ), "14_rotate", TQt::SHIFT+TQt::Key_H, this, TQT_SLOT( activate() ), collection, name() ); + m_action = new TDERadioAction( i18n( "Rotate Tool" ), "14_rotate", TQt::SHIFT+TQt::Key_H, this, TQ_SLOT( activate() ), collection, name() ); m_action->setToolTip( i18n( "Rotate" ) ); m_action->setExclusiveGroup( "manipulation" ); //m_ownAction = true; |
