diff options
Diffstat (limited to 'karbon/plugins/imagetool/vimagetool.cpp')
-rw-r--r-- | karbon/plugins/imagetool/vimagetool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/plugins/imagetool/vimagetool.cpp b/karbon/plugins/imagetool/vimagetool.cpp index 749e07a1..000aa776 100644 --- a/karbon/plugins/imagetool/vimagetool.cpp +++ b/karbon/plugins/imagetool/vimagetool.cpp @@ -123,7 +123,7 @@ VImageTool::setup( TDEActionCollection *collection ) if( m_action == 0 ) { - m_action = new TDERadioAction( i18n( "Image Tool" ), "14_image", TQt::SHIFT+TQt::Key_H, this, TQT_SLOT( activate() ), collection, name() ); + m_action = new TDERadioAction( i18n( "Image Tool" ), "14_image", TQt::SHIFT+TQt::Key_H, this, TQ_SLOT( activate() ), collection, name() ); m_action->setToolTip( i18n( "Image" ) ); m_action->setExclusiveGroup( "misc" ); //m_ownAction = true; |