summaryrefslogtreecommitdiffstats
path: root/src/fetch/yahoofetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/yahoofetcher.h')
-rw-r--r--src/fetch/yahoofetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch/yahoofetcher.h b/src/fetch/yahoofetcher.h
index d7b2082..1c295c8 100644
--- a/src/fetch/yahoofetcher.h
+++ b/src/fetch/yahoofetcher.h
@@ -69,7 +69,7 @@ public:
class ConfigWidget : public Fetch::ConfigWidget {
public:
- ConfigWidget(TQWidget* tqparent_, const YahooFetcher* fetcher = 0);
+ ConfigWidget(TQWidget* parent_, const YahooFetcher* fetcher = 0);
virtual void saveConfig(KConfigGroup&) {}
virtual TQString preferredName() const;
};