diff options
Diffstat (limited to 'karbon/tools/vselectnodestool.cpp')
-rw-r--r-- | karbon/tools/vselectnodestool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vselectnodestool.cpp b/karbon/tools/vselectnodestool.cpp index 2a3c38bb..fb2b46aa 100644 --- a/karbon/tools/vselectnodestool.cpp +++ b/karbon/tools/vselectnodestool.cpp @@ -428,7 +428,7 @@ VSelectNodesTool::setup( TDEActionCollection *collection ) if( m_action == 0 ) { - m_action = new TDERadioAction( i18n( "Select Nodes Tool" ), "14_selectnodes", TQt::SHIFT+TQt::Key_H, this, TQT_SLOT( activate() ), collection, name() ); + m_action = new TDERadioAction( i18n( "Select Nodes Tool" ), "14_selectnodes", TQt::SHIFT+TQt::Key_H, this, TQ_SLOT( activate() ), collection, name() ); m_action->setToolTip( i18n( "Select Nodes" ) ); m_action->setExclusiveGroup( "select" ); //m_ownAction = true; |