summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vrectangletool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vrectangletool.cpp')
-rw-r--r--karbon/tools/vrectangletool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vrectangletool.cpp b/karbon/tools/vrectangletool.cpp
index 819883cf..1196636c 100644
--- a/karbon/tools/vrectangletool.cpp
+++ b/karbon/tools/vrectangletool.cpp
@@ -134,7 +134,7 @@ VRectangleTool::setup( TDEActionCollection *collection )
if( m_action == 0 )
{
- m_action = new TDERadioAction( i18n( "Rectangle Tool" ), "14_rectangle", TQt::Key_Plus+TQt::Key_F9, this, TQT_SLOT( activate() ), collection, name() );
+ m_action = new TDERadioAction( i18n( "Rectangle Tool" ), "14_rectangle", TQt::Key_Plus+TQt::Key_F9, this, TQ_SLOT( activate() ), collection, name() );
m_action->setToolTip( i18n( "Rectangle" ) );
m_action->setExclusiveGroup( "shapes" );
//m_ownAction = true;