diff options
Diffstat (limited to 'konq-plugins/sidebar/newsticker/norsswidget.h')
-rw-r--r-- | konq-plugins/sidebar/newsticker/norsswidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/sidebar/newsticker/norsswidget.h b/konq-plugins/sidebar/newsticker/norsswidget.h index 70ee265..9d2b133 100644 --- a/konq-plugins/sidebar/newsticker/norsswidget.h +++ b/konq-plugins/sidebar/newsticker/norsswidget.h @@ -36,7 +36,7 @@ namespace KSB_News { TQ_OBJECT public: - NoRSSWidget(TQWidget *tqparent = 0, const char *name = 0); + NoRSSWidget(TQWidget *parent = 0, const char *name = 0); private slots: void slotBtnClicked(); |