summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/newsticker/newsticker_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/newsticker/newsticker_plugin.cpp')
-rw-r--r--kontact/plugins/newsticker/newsticker_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/newsticker/newsticker_plugin.cpp b/kontact/plugins/newsticker/newsticker_plugin.cpp
index 4afb0350..24f30a85 100644
--- a/kontact/plugins/newsticker/newsticker_plugin.cpp
+++ b/kontact/plugins/newsticker/newsticker_plugin.cpp
@@ -37,7 +37,7 @@ NewsTickerPlugin::NewsTickerPlugin( Kontact::Core *core, const char *name, const
setInstance( NewsTickerPluginFactory::instance() );
}
-Kontact::Summary *NewsTickerPlugin::createSummaryWidget( TQWidget* parentWidget )
+Kontact::Summary *NewsTickerPlugin::createSummaryWidget( TQWidget* tqparentWidget )
{
- return new SummaryWidget( parentWidget );
+ return new SummaryWidget( tqparentWidget );
}