summaryrefslogtreecommitdiffstats
path: root/karbon/plugins/whirlpinch/whirlpinchplugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/plugins/whirlpinch/whirlpinchplugin.cc')
-rw-r--r--karbon/plugins/whirlpinch/whirlpinchplugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/plugins/whirlpinch/whirlpinchplugin.cc b/karbon/plugins/whirlpinch/whirlpinchplugin.cc
index ec8e7075..d2b91a18 100644
--- a/karbon/plugins/whirlpinch/whirlpinchplugin.cc
+++ b/karbon/plugins/whirlpinch/whirlpinchplugin.cc
@@ -40,7 +40,7 @@ K_EXPORT_COMPONENT_FACTORY( karbon_whirlpinchplugin, WhirlPinchPluginFactory( "k
WhirlPinchPlugin::WhirlPinchPlugin( KarbonView *parent, const char* name, const TQStringList & ) : Plugin( TQT_TQOBJECT(parent), name )
{
- new KAction(
+ new TDEAction(
i18n( "&Whirl/Pinch..." ), "14_whirl", 0, this,
TQT_SLOT( slotWhirlPinch() ), actionCollection(), "path_whirlpinch" );