diff options
Diffstat (limited to 'src/fetch/googlescholarfetcher.h')
-rw-r--r-- | src/fetch/googlescholarfetcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch/googlescholarfetcher.h b/src/fetch/googlescholarfetcher.h index 9391d1f..adc58f8 100644 --- a/src/fetch/googlescholarfetcher.h +++ b/src/fetch/googlescholarfetcher.h @@ -68,7 +68,7 @@ public: class ConfigWidget : public Fetch::ConfigWidget { public: - ConfigWidget(TQWidget* tqparent_, const GoogleScholarFetcher* fetcher = 0); + ConfigWidget(TQWidget* parent_, const GoogleScholarFetcher* fetcher = 0); virtual void saveConfig(KConfigGroup&) {} virtual TQString preferredName() const; }; |