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