diff options
Diffstat (limited to 'karbon/tools/vroundrecttool.cpp')
| -rw-r--r-- | karbon/tools/vroundrecttool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vroundrecttool.cpp b/karbon/tools/vroundrecttool.cpp index 79d721f6c..85668bb2a 100644 --- a/karbon/tools/vroundrecttool.cpp +++ b/karbon/tools/vroundrecttool.cpp @@ -170,7 +170,7 @@ VRoundRectTool::setup( TDEActionCollection *collection ) if( m_action == 0 ) { - m_action = new TDERadioAction( i18n( "Round Rectangle Tool" ), "14_roundrect", TQt::SHIFT+TQt::Key_H, this, TQT_SLOT( activate() ), collection, name() ); + m_action = new TDERadioAction( i18n( "Round Rectangle Tool" ), "14_roundrect", TQt::SHIFT+TQt::Key_H, this, TQ_SLOT( activate() ), collection, name() ); m_action->setToolTip( i18n( "Round Rectangle" ) ); m_action->setExclusiveGroup( "shapes" ); //m_ownAction = true; |
