summaryrefslogtreecommitdiffstats
path: root/src/fetch/arxivfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/arxivfetcher.h')
-rw-r--r--src/fetch/arxivfetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch/arxivfetcher.h b/src/fetch/arxivfetcher.h
index be64c0e..2afcf43 100644
--- a/src/fetch/arxivfetcher.h
+++ b/src/fetch/arxivfetcher.h
@@ -59,7 +59,7 @@ public:
class ConfigWidget : public Fetch::ConfigWidget {
public:
- ConfigWidget(TQWidget* tqparent_, const ArxivFetcher* fetcher = 0);
+ ConfigWidget(TQWidget* parent_, const ArxivFetcher* fetcher = 0);
virtual void saveConfig(KConfigGroup& config);
virtual TQString preferredName() const;
};