summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/kpilot/kpilot_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/kpilot/kpilot_plugin.cpp')
-rw-r--r--kontact/plugins/kpilot/kpilot_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/kpilot/kpilot_plugin.cpp b/kontact/plugins/kpilot/kpilot_plugin.cpp
index 953c5f25..88e9d788 100644
--- a/kontact/plugins/kpilot/kpilot_plugin.cpp
+++ b/kontact/plugins/kpilot/kpilot_plugin.cpp
@@ -43,9 +43,9 @@ KPilotPlugin::KPilotPlugin( Kontact::Core *core, const char *name, const TQStrin
}
-Kontact::Summary *KPilotPlugin::createSummaryWidget( TQWidget *parentWidget )
+Kontact::Summary *KPilotPlugin::createSummaryWidget( TQWidget *tqparentWidget )
{
- return new SummaryWidget( parentWidget );
+ return new SummaryWidget( tqparentWidget );
}
const KAboutData *KPilotPlugin::aboutData()