diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 89c017c3d5126cabd96acce26f538b37b48c085f (patch) | |
tree | 115673043b52ffe2e5f8b01ebcd7b886e0a1318b /src/fetch/execexternalfetcher.h | |
parent | 0254ebaa5e056092461fd585b6851d15faa43035 (diff) | |
download | tellico-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/execexternalfetcher.h')
-rw-r--r-- | src/fetch/execexternalfetcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fetch/execexternalfetcher.h b/src/fetch/execexternalfetcher.h index 99e3fc8..7720564 100644 --- a/src/fetch/execexternalfetcher.h +++ b/src/fetch/execexternalfetcher.h @@ -43,7 +43,7 @@ Q_OBJECT TQ_OBJECT public: - ExecExternalFetcher(TQObject* tqparent, const char* name=0); + ExecExternalFetcher(TQObject* parent, const char* name=0); /** */ virtual ~ExecExternalFetcher(); @@ -59,13 +59,13 @@ public: virtual Type type() const { return ExecExternal; } virtual bool canFetch(int type) const; virtual void readConfigHook(const KConfigGroup& config); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; const TQString& execPath() const { return m_path; } class ConfigWidget : public Fetch::ConfigWidget { public: - ConfigWidget(TQWidget* tqparent = 0, const ExecExternalFetcher* fetcher = 0); + ConfigWidget(TQWidget* parent = 0, const ExecExternalFetcher* fetcher = 0); ~ConfigWidget(); void readConfig(KConfig* config); |