diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
commit | 145d30f0b8cbacc3599379e8717299734f3bb534 (patch) | |
tree | 3713677dce079619063612b12788282fd32e53af /src/fetch/execexternalfetcher.h | |
parent | 5b6d393e0a2c88cce8f433607c091ae883ef54f9 (diff) | |
download | tellico-145d30f0b8cbacc3599379e8717299734f3bb534.tar.gz tellico-145d30f0b8cbacc3599379e8717299734f3bb534.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 c81a27d..b303fae 100644 --- a/src/fetch/execexternalfetcher.h +++ b/src/fetch/execexternalfetcher.h @@ -58,7 +58,7 @@ public: virtual Data::EntryPtr fetchEntry(uint uid); virtual Type type() const { return ExecExternal; } virtual bool canFetch(int type) const; - virtual void readConfigHook(const KConfigGroup& config); + virtual void readConfigHook(const TDEConfigGroup& config); virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; const TQString& execPath() const { return m_path; } @@ -68,8 +68,8 @@ public: ConfigWidget(TQWidget* parent = 0, const ExecExternalFetcher* fetcher = 0); ~ConfigWidget(); - void readConfig(KConfig* config); - virtual void saveConfig(KConfigGroup& config); + void readConfig(TDEConfig* config); + virtual void saveConfig(TDEConfigGroup& config); virtual void removed(); virtual TQString preferredName() const; |