diff options
Diffstat (limited to 'konq-plugins/sidebar/newsticker/configfeeds.h')
-rw-r--r-- | konq-plugins/sidebar/newsticker/configfeeds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/konq-plugins/sidebar/newsticker/configfeeds.h b/konq-plugins/sidebar/newsticker/configfeeds.h index 127ba27..5ca80a7 100644 --- a/konq-plugins/sidebar/newsticker/configfeeds.h +++ b/konq-plugins/sidebar/newsticker/configfeeds.h @@ -41,9 +41,10 @@ namespace KSB_News { class ConfigFeeds : public ConfigFeedsBase { Q_OBJECT + TQ_OBJECT public: - ConfigFeeds(TQWidget* parent, const char* name = 0); + ConfigFeeds(TQWidget* tqparent, const char* name = 0); }; |