summaryrefslogtreecommitdiffstats
path: root/src/fetch/crossreffetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/crossreffetcher.h')
-rw-r--r--src/fetch/crossreffetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/crossreffetcher.h b/src/fetch/crossreffetcher.h
index 8852358..960ed30 100644
--- a/src/fetch/crossreffetcher.h
+++ b/src/fetch/crossreffetcher.h
@@ -39,7 +39,7 @@ Q_OBJECT
TQ_OBJECT
public:
- CrossRefFetcher(TQObject* tqparent);
+ CrossRefFetcher(TQObject* parent);
~CrossRefFetcher();
virtual TQString source() const;
@@ -56,7 +56,7 @@ public:
virtual void updateEntry(Data::EntryPtr entry);
virtual void updateEntrySynchronous(Data::EntryPtr entry);
- virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const;
+ virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const;
class ConfigWidget : public Fetch::ConfigWidget {
public: