diff options
Diffstat (limited to 'kontact/plugins/newsticker/summarywidget.h')
-rw-r--r-- | kontact/plugins/newsticker/summarywidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/newsticker/summarywidget.h b/kontact/plugins/newsticker/summarywidget.h index 7f30ca267..4a7c5c45f 100644 --- a/kontact/plugins/newsticker/summarywidget.h +++ b/kontact/plugins/newsticker/summarywidget.h @@ -60,7 +60,7 @@ class SummaryWidget : public Kontact::Summary, public DCOPObject K_DCOP public: - SummaryWidget( TQWidget *tqparent, const char *name = 0 ); + SummaryWidget( TQWidget *parent, const char *name = 0 ); int summaryHeight() const; TQStringList configModules() const; |