summaryrefslogtreecommitdiffstats
path: root/src/fetch/ibsfetcher.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/ibsfetcher.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/ibsfetcher.h')
-rw-r--r--src/fetch/ibsfetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/ibsfetcher.h b/src/fetch/ibsfetcher.h
index c2a588c..0b8760a 100644
--- a/src/fetch/ibsfetcher.h
+++ b/src/fetch/ibsfetcher.h
@@ -37,7 +37,7 @@ Q_OBJECT
TQ_OBJECT
public:
- IBSFetcher(TQObject* tqparent, const char* name = 0);
+ IBSFetcher(TQObject* parent, const char* name = 0);
virtual ~IBSFetcher() {}
virtual TQString source() const;
@@ -53,7 +53,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: