diff options
Diffstat (limited to 'kontact/plugins/knotes/summarywidget.h')
-rw-r--r-- | kontact/plugins/knotes/summarywidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/knotes/summarywidget.h b/kontact/plugins/knotes/summarywidget.h index 97ccd0940..088bdea3b 100644 --- a/kontact/plugins/knotes/summarywidget.h +++ b/kontact/plugins/knotes/summarywidget.h @@ -46,7 +46,7 @@ class KNotesSummaryWidget : public Kontact::Summary TQ_OBJECT public: - KNotesSummaryWidget( Kontact::Plugin *plugin, TQWidget *tqparent, const char *name = 0 ); + KNotesSummaryWidget( Kontact::Plugin *plugin, TQWidget *parent, const char *name = 0 ); void updateSummary( bool force = false ) { Q_UNUSED( force ); updateView(); } |