summaryrefslogtreecommitdiffstats
path: root/src/fetch/srufetcher.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit89c017c3d5126cabd96acce26f538b37b48c085f (patch)
tree115673043b52ffe2e5f8b01ebcd7b886e0a1318b /src/fetch/srufetcher.h
parent0254ebaa5e056092461fd585b6851d15faa43035 (diff)
downloadtellico-89c017c3d5126cabd96acce26f538b37b48c085f.tar.gz
tellico-89c017c3d5126cabd96acce26f538b37b48c085f.zip
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
Diffstat (limited to 'src/fetch/srufetcher.h')
-rw-r--r--src/fetch/srufetcher.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fetch/srufetcher.h b/src/fetch/srufetcher.h
index 4e745dc..7dd9584 100644
--- a/src/fetch/srufetcher.h
+++ b/src/fetch/srufetcher.h
@@ -55,9 +55,9 @@ friend class SRUConfigWidget;
public:
/**
*/
- SRUFetcher(TQObject* tqparent, const char* name = 0);
+ SRUFetcher(TQObject* parent, const char* name = 0);
SRUFetcher(const TQString& name, const TQString& host, uint port, const TQString& dbname,
- TQObject* tqparent);
+ TQObject* parent);
/**
*/
virtual ~SRUFetcher();
@@ -79,11 +79,11 @@ public:
static StringMap customFields();
- virtual ConfigWidget* configWidget(TQWidget* tqparent) const;
+ virtual ConfigWidget* configWidget(TQWidget* parent) const;
static TQString defaultName();
- static Fetcher::Ptr libraryOfCongress(TQObject* tqparent);
+ static Fetcher::Ptr libraryOfCongress(TQObject* parent);
private slots:
void slotData(KIO::Job* job, const TQByteArray& data);