diff options
Diffstat (limited to 'kontact/plugins/knotes/knotes_plugin.cpp')
-rw-r--r-- | kontact/plugins/knotes/knotes_plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/knotes/knotes_plugin.cpp b/kontact/plugins/knotes/knotes_plugin.cpp index 1a94fdea3..0fe265524 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() |