summaryrefslogtreecommitdiffstats
path: root/src/fetch/amazonfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/amazonfetcher.h')
-rw-r--r--src/fetch/amazonfetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/amazonfetcher.h b/src/fetch/amazonfetcher.h
index cf7b1fb..0341f28 100644
--- a/src/fetch/amazonfetcher.h
+++ b/src/fetch/amazonfetcher.h
@@ -68,7 +68,7 @@ public:
NoImage=3
};
- AmazonFetcher(Site site, TQObject* tqparent, const char* name = 0);
+ AmazonFetcher(Site site, TQObject* parent, const char* name = 0);
virtual ~AmazonFetcher();
virtual TQString source() const;
@@ -94,7 +94,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 ;
static StringMap customFields();