summaryrefslogtreecommitdiffstats
path: root/src/entryupdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryupdater.h')
-rw-r--r--src/entryupdater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryupdater.h b/src/entryupdater.h
index faced3b..75d1fcc 100644
--- a/src/entryupdater.h
+++ b/src/entryupdater.h
@@ -29,8 +29,8 @@ class EntryUpdater : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
- EntryUpdater(Data::CollPtr coll, Data::EntryVec entries, TQObject* tqparent);
- EntryUpdater(const TQString& fetcher, Data::CollPtr coll, Data::EntryVec entries, TQObject* tqparent);
+ EntryUpdater(Data::CollPtr coll, Data::EntryVec entries, TQObject* parent);
+ EntryUpdater(const TQString& fetcher, Data::CollPtr coll, Data::EntryVec entries, TQObject* parent);
~EntryUpdater();
public slots: