summaryrefslogtreecommitdiffstats
path: root/src/fetch/discogsfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/discogsfetcher.h')
-rw-r--r--src/fetch/discogsfetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/discogsfetcher.h b/src/fetch/discogsfetcher.h
index 2c30465..b2d9b48 100644
--- a/src/fetch/discogsfetcher.h
+++ b/src/fetch/discogsfetcher.h
@@ -46,7 +46,7 @@ Q_OBJECT
public:
/**
*/
- DiscogsFetcher(TQObject* tqparent, const char* name = 0);
+ DiscogsFetcher(TQObject* parent, const char* name = 0);
/**
*/
virtual ~DiscogsFetcher();
@@ -70,7 +70,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();