summaryrefslogtreecommitdiffstats
path: root/src/fetch/googlescholarfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/googlescholarfetcher.h')
-rw-r--r--src/fetch/googlescholarfetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/googlescholarfetcher.h b/src/fetch/googlescholarfetcher.h
index adc58f8..de3996b 100644
--- a/src/fetch/googlescholarfetcher.h
+++ b/src/fetch/googlescholarfetcher.h
@@ -40,7 +40,7 @@ Q_OBJECT
public:
/**
*/
- GoogleScholarFetcher(TQObject* tqparent, const char* name = 0);
+ GoogleScholarFetcher(TQObject* parent, const char* name = 0);
/**
*/
virtual ~GoogleScholarFetcher();
@@ -64,7 +64,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;
class ConfigWidget : public Fetch::ConfigWidget {
public: