summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vsinustool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vsinustool.cpp')
-rw-r--r--karbon/tools/vsinustool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vsinustool.cpp b/karbon/tools/vsinustool.cpp
index 3bfdfedc..26327b31 100644
--- a/karbon/tools/vsinustool.cpp
+++ b/karbon/tools/vsinustool.cpp
@@ -153,7 +153,7 @@ VSinusTool::setup( TDEActionCollection *collection )
if( m_action == 0 )
{
- m_action = new TDERadioAction( i18n( "Sinus Tool" ), "14_sinus", TQt::SHIFT+TQt::Key_S, this, TQT_SLOT( activate() ), collection, name() );
+ m_action = new TDERadioAction( i18n( "Sinus Tool" ), "14_sinus", TQt::SHIFT+TQt::Key_S, this, TQ_SLOT( activate() ), collection, name() );
m_action->setToolTip( i18n( "Sinus" ) );
m_action->setExclusiveGroup( "shapes" );
//m_ownAction = true;