diff options
Diffstat (limited to 'karbon/tools/vpolygontool.cc')
-rw-r--r-- | karbon/tools/vpolygontool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/tools/vpolygontool.cc b/karbon/tools/vpolygontool.cc index db1ffb88..fdd02299 100644 --- a/karbon/tools/vpolygontool.cc +++ b/karbon/tools/vpolygontool.cc @@ -119,7 +119,7 @@ VPolygonTool::arrowKeyReleased( TQt::Key key ) } VPath* -VPolygonTool::tqshape( bool interactive ) const +VPolygonTool::shape( bool interactive ) const { if( interactive ) { @@ -158,7 +158,7 @@ VPolygonTool::setup( KActionCollection *collection ) shortcut.append(KShortcut( TQt::Key_F9 ) ); m_action = new KRadioAction( i18n( "Polygon Tool" ), "14_polygon", shortcut, this, TQT_SLOT( activate() ), collection, name() ); m_action->setToolTip( i18n( "Polygon" ) ); - m_action->setExclusiveGroup( "tqshapes" ); + m_action->setExclusiveGroup( "shapes" ); //m_ownAction = true; } } |