summaryrefslogtreecommitdiffstats
path: root/karbon/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/plugins')
-rw-r--r--karbon/plugins/flattenpath/flattenpathplugin.cpp2
-rw-r--r--karbon/plugins/insertknots/insertknotsplugin.cpp2
-rw-r--r--karbon/plugins/roundcorners/roundcornersplugin.cpp2
-rw-r--r--karbon/plugins/shadoweffect/shadoweffectplugin.cpp2
-rw-r--r--karbon/plugins/whirlpinch/whirlpinchplugin.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/karbon/plugins/flattenpath/flattenpathplugin.cpp b/karbon/plugins/flattenpath/flattenpathplugin.cpp
index f1453f96a..4dbb2b5e5 100644
--- a/karbon/plugins/flattenpath/flattenpathplugin.cpp
+++ b/karbon/plugins/flattenpath/flattenpathplugin.cpp
@@ -34,7 +34,7 @@ typedef KGenericFactory<FlattenPathPlugin, KarbonView> FlattenPathPluginFactory;
K_EXPORT_COMPONENT_FACTORY( karbon_flattenpathplugin, FlattenPathPluginFactory( "karbonflattenpathplugin" ) )
FlattenPathPlugin::FlattenPathPlugin( KarbonView *parent, const char* name, const TQStringList & )
-: Plugin( TQT_TQOBJECT(parent), name )
+: Plugin( parent, name )
{
new TDEAction(
i18n( "&Flatten Path..." ), "14_flatten", 0, this,
diff --git a/karbon/plugins/insertknots/insertknotsplugin.cpp b/karbon/plugins/insertknots/insertknotsplugin.cpp
index 0cde892c6..a40b65dab 100644
--- a/karbon/plugins/insertknots/insertknotsplugin.cpp
+++ b/karbon/plugins/insertknots/insertknotsplugin.cpp
@@ -33,7 +33,7 @@
typedef KGenericFactory<InsertKnotsPlugin, KarbonView> InsertKnotsPluginFactory;
K_EXPORT_COMPONENT_FACTORY( karbon_insertknotsplugin, InsertKnotsPluginFactory( "karboninsertknotsplugin" ) )
-InsertKnotsPlugin::InsertKnotsPlugin( KarbonView *parent, const char* name, const TQStringList & ) : Plugin( TQT_TQOBJECT(parent), name )
+InsertKnotsPlugin::InsertKnotsPlugin( KarbonView *parent, const char* name, const TQStringList & ) : Plugin( parent, name )
{
new TDEAction(
i18n( "&Insert Knots..." ), "14_insertknots", 0, this,
diff --git a/karbon/plugins/roundcorners/roundcornersplugin.cpp b/karbon/plugins/roundcorners/roundcornersplugin.cpp
index 71545b9c2..f703728f5 100644
--- a/karbon/plugins/roundcorners/roundcornersplugin.cpp
+++ b/karbon/plugins/roundcorners/roundcornersplugin.cpp
@@ -32,7 +32,7 @@
typedef KGenericFactory<VRoundCornersPlugin, KarbonView> VRoundCornersPluginFactory;
K_EXPORT_COMPONENT_FACTORY( karbon_roundcornersplugin, VRoundCornersPluginFactory( "karbonroundcornersplugin" ) )
-VRoundCornersPlugin::VRoundCornersPlugin( KarbonView *parent, const char* name, const TQStringList & ) : Plugin( TQT_TQOBJECT(parent), name )
+VRoundCornersPlugin::VRoundCornersPlugin( KarbonView *parent, const char* name, const TQStringList & ) : Plugin( parent, name )
{
new TDEAction(
i18n( "&Round Corners..." ), "14_roundcorners", 0, this,
diff --git a/karbon/plugins/shadoweffect/shadoweffectplugin.cpp b/karbon/plugins/shadoweffect/shadoweffectplugin.cpp
index dedd26f35..04d6ae689 100644
--- a/karbon/plugins/shadoweffect/shadoweffectplugin.cpp
+++ b/karbon/plugins/shadoweffect/shadoweffectplugin.cpp
@@ -38,7 +38,7 @@ typedef KGenericFactory<ShadowEffectPlugin, KarbonView> ShadowEffectPluginFactor
K_EXPORT_COMPONENT_FACTORY( karbon_shadoweffectplugin, ShadowEffectPluginFactory( "karbonshadoweffectplugin" ) )
ShadowEffectPlugin::ShadowEffectPlugin( KarbonView *parent, const char* name, const TQStringList & )
-: Plugin( TQT_TQOBJECT(parent), name )
+: Plugin( parent, name )
{
new TDEAction(
i18n( "&Shadow Effect..." ), "shadowRB", 0, this,
diff --git a/karbon/plugins/whirlpinch/whirlpinchplugin.cpp b/karbon/plugins/whirlpinch/whirlpinchplugin.cpp
index 46ebf530c..d4565752e 100644
--- a/karbon/plugins/whirlpinch/whirlpinchplugin.cpp
+++ b/karbon/plugins/whirlpinch/whirlpinchplugin.cpp
@@ -38,7 +38,7 @@
typedef KGenericFactory<WhirlPinchPlugin, KarbonView> WhirlPinchPluginFactory;
K_EXPORT_COMPONENT_FACTORY( karbon_whirlpinchplugin, WhirlPinchPluginFactory( "karbonwhirlpinchplugin" ) )
-WhirlPinchPlugin::WhirlPinchPlugin( KarbonView *parent, const char* name, const TQStringList & ) : Plugin( TQT_TQOBJECT(parent), name )
+WhirlPinchPlugin::WhirlPinchPlugin( KarbonView *parent, const char* name, const TQStringList & ) : Plugin( parent, name )
{
new TDEAction(
i18n( "&Whirl/Pinch..." ), "14_whirl", 0, this,