summaryrefslogtreecommitdiffstats
path: root/src/fetch/fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/fetcher.h')
-rw-r--r--src/fetch/fetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/fetcher.h b/src/fetch/fetcher.h
index 09f5b2c..d2fc301 100644
--- a/src/fetch/fetcher.h
+++ b/src/fetch/fetcher.h
@@ -45,7 +45,7 @@ public:
/**
*/
- Fetcher(TQObject* tqparent, const char* name = 0) : TQObject(tqparent, name), KShared(),
+ Fetcher(TQObject* parent, const char* name = 0) : TQObject(parent, name), KShared(),
m_updateOverwrite(false), m_hasMoreResults(false),
m_messager(0) {}
/**
@@ -114,7 +114,7 @@ public:
/**
* Returns a widget for modifying the fetcher's config.
*/
- virtual ConfigWidget* configWidget(TQWidget* tqparent) const = 0;
+ virtual ConfigWidget* configWidget(TQWidget* parent) const = 0;
signals:
// void signaltqStatus(const TQString& status);