From 89c017c3d5126cabd96acce26f538b37b48c085f Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/fetch/isbndbfetcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fetch/isbndbfetcher.h') diff --git a/src/fetch/isbndbfetcher.h b/src/fetch/isbndbfetcher.h index 835f1c0..791ac4e 100644 --- a/src/fetch/isbndbfetcher.h +++ b/src/fetch/isbndbfetcher.h @@ -38,7 +38,7 @@ Q_OBJECT TQ_OBJECT public: - ISBNdbFetcher(TQObject* tqparent = 0, const char* name = 0); + ISBNdbFetcher(TQObject* parent = 0, const char* name = 0); ~ISBNdbFetcher(); virtual TQString source() const; @@ -54,7 +54,7 @@ public: virtual void updateEntry(Data::EntryPtr entry); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget : public Fetch::ConfigWidget { public: -- cgit v1.2.1