summaryrefslogtreecommitdiffstats
path: root/parts/partexplorer/partexplorer_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/partexplorer/partexplorer_plugin.cpp')
-rw-r--r--parts/partexplorer/partexplorer_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/partexplorer/partexplorer_plugin.cpp b/parts/partexplorer/partexplorer_plugin.cpp
index 5f6ae0f0..dbf2b554 100644
--- a/parts/partexplorer/partexplorer_plugin.cpp
+++ b/parts/partexplorer/partexplorer_plugin.cpp
@@ -28,8 +28,8 @@ static const KDevPluginInfo data("kdevpartexplorer");
typedef KDevGenericFactory<PartExplorerPlugin> PartExplorerPluginFactory;
K_EXPORT_COMPONENT_FACTORY( libkdevpartexplorer, PartExplorerPluginFactory( data ) )
-PartExplorerPlugin::PartExplorerPlugin( TQObject *tqparent, const char *name, const TQStringList & )
- : KDevPlugin( &data, tqparent, name ? name : "PartExplorerPlugin" )
+PartExplorerPlugin::PartExplorerPlugin( TQObject *parent, const char *name, const TQStringList & )
+ : KDevPlugin( &data, parent, name ? name : "PartExplorerPlugin" )
{
// we need an instance
setInstance( PartExplorerPluginFactory::instance() );