summaryrefslogtreecommitdiffstats
path: root/src/fetch/imdbfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/imdbfetcher.h')
-rw-r--r--src/fetch/imdbfetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/imdbfetcher.h b/src/fetch/imdbfetcher.h
index 9b6b5ce..c49417e 100644
--- a/src/fetch/imdbfetcher.h
+++ b/src/fetch/imdbfetcher.h
@@ -41,7 +41,7 @@ Q_OBJECT
TQ_OBJECT
public:
- IMDBFetcher(TQObject* tqparent, const char* name=0);
+ IMDBFetcher(TQObject* parent, const char* name=0);
/**
*/
virtual ~IMDBFetcher();
@@ -60,7 +60,7 @@ public:
virtual void updateEntry(Data::EntryPtr entry);
- virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const;
+ virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const;
static StringMap customFields();