summaryrefslogtreecommitdiffstats
path: root/src/fetch/entrezfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/entrezfetcher.h')
-rw-r--r--src/fetch/entrezfetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/entrezfetcher.h b/src/fetch/entrezfetcher.h
index bc8af9f..214faa2 100644
--- a/src/fetch/entrezfetcher.h
+++ b/src/fetch/entrezfetcher.h
@@ -40,7 +40,7 @@ Q_OBJECT
TQ_OBJECT
public:
- EntrezFetcher(TQObject* tqparent, const char* name=0);
+ EntrezFetcher(TQObject* parent, const char* name=0);
/**
*/
virtual ~EntrezFetcher();
@@ -57,7 +57,7 @@ public:
virtual bool canFetch(int type) const;
virtual void readConfigHook(const KConfigGroup& config);
virtual void updateEntry(Data::EntryPtr entry);
- virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const;
+ virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const;
static StringMap customFields();