diff options
Diffstat (limited to 'src/fetch/yahoofetcher.h')
-rw-r--r-- | src/fetch/yahoofetcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/yahoofetcher.h b/src/fetch/yahoofetcher.h index 1c295c8..1044c3d 100644 --- a/src/fetch/yahoofetcher.h +++ b/src/fetch/yahoofetcher.h @@ -42,7 +42,7 @@ Q_OBJECT public: /** */ - YahooFetcher(TQObject* tqparent, const char* name = 0); + YahooFetcher(TQObject* parent, const char* name = 0); /** */ virtual ~YahooFetcher(); @@ -65,7 +65,7 @@ public: /** * Returns a widget for modifying the fetcher's config. */ - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget : public Fetch::ConfigWidget { public: |