summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/knotes/knotes_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/knotes/knotes_plugin.cpp')
-rw-r--r--kontact/plugins/knotes/knotes_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/knotes/knotes_plugin.cpp b/kontact/plugins/knotes/knotes_plugin.cpp
index 1a94fdea..0fe26552 100644
--- a/kontact/plugins/knotes/knotes_plugin.cpp
+++ b/kontact/plugins/knotes/knotes_plugin.cpp
@@ -59,9 +59,9 @@ KParts::ReadOnlyPart* KNotesPlugin::createPart()
return new KNotesPart( this, "notes" );
}
-Kontact::Summary *KNotesPlugin::createSummaryWidget( TQWidget *parentWidget )
+Kontact::Summary *KNotesPlugin::createSummaryWidget( TQWidget *tqparentWidget )
{
- return new KNotesSummaryWidget( this, parentWidget );
+ return new KNotesSummaryWidget( this, tqparentWidget );
}
const KAboutData *KNotesPlugin::aboutData()