diff options
Diffstat (limited to 'src/fetch')
-rw-r--r-- | src/fetch/amazonfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/animenfofetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/arxivfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/bibsonomyfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/citebasefetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/configwidget.h | 2 | ||||
-rw-r--r-- | src/fetch/crossreffetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/discogsfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/entrezfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/execexternalfetcher.h | 6 | ||||
-rw-r--r-- | src/fetch/fetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/fetchmanager.h | 2 | ||||
-rw-r--r-- | src/fetch/gcstarpluginfetcher.h | 6 | ||||
-rw-r--r-- | src/fetch/googlescholarfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/ibsfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/imdbfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/isbndbfetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/srufetcher.h | 8 | ||||
-rw-r--r-- | src/fetch/yahoofetcher.h | 4 | ||||
-rw-r--r-- | src/fetch/z3950fetcher.h | 6 |
20 files changed, 43 insertions, 43 deletions
diff --git a/src/fetch/amazonfetcher.h b/src/fetch/amazonfetcher.h index cf7b1fb..0341f28 100644 --- a/src/fetch/amazonfetcher.h +++ b/src/fetch/amazonfetcher.h @@ -68,7 +68,7 @@ public: NoImage=3 }; - AmazonFetcher(Site site, TQObject* tqparent, const char* name = 0); + AmazonFetcher(Site site, TQObject* parent, const char* name = 0); virtual ~AmazonFetcher(); virtual TQString source() const; @@ -94,7 +94,7 @@ public: /** * Returns a widget for modifying the fetcher's config. */ - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const ; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const ; static StringMap customFields(); diff --git a/src/fetch/animenfofetcher.h b/src/fetch/animenfofetcher.h index ead205e..7cf0790 100644 --- a/src/fetch/animenfofetcher.h +++ b/src/fetch/animenfofetcher.h @@ -37,7 +37,7 @@ Q_OBJECT TQ_OBJECT public: - AnimeNfoFetcher(TQObject* tqparent, const char* name = 0); + AnimeNfoFetcher(TQObject* parent, const char* name = 0); virtual ~AnimeNfoFetcher() {} 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: diff --git a/src/fetch/arxivfetcher.h b/src/fetch/arxivfetcher.h index 2afcf43..eeff875 100644 --- a/src/fetch/arxivfetcher.h +++ b/src/fetch/arxivfetcher.h @@ -37,7 +37,7 @@ Q_OBJECT TQ_OBJECT public: - ArxivFetcher(TQObject* tqparent); + ArxivFetcher(TQObject* parent); ~ArxivFetcher(); virtual TQString source() const; @@ -55,7 +55,7 @@ public: virtual void updateEntry(Data::EntryPtr entry); virtual void updateEntrySynchronous(Data::EntryPtr entry); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget : public Fetch::ConfigWidget { public: diff --git a/src/fetch/bibsonomyfetcher.h b/src/fetch/bibsonomyfetcher.h index 133c309..4f2ad6f 100644 --- a/src/fetch/bibsonomyfetcher.h +++ b/src/fetch/bibsonomyfetcher.h @@ -34,7 +34,7 @@ Q_OBJECT TQ_OBJECT public: - BibsonomyFetcher(TQObject* tqparent); + BibsonomyFetcher(TQObject* parent); ~BibsonomyFetcher(); virtual TQString source() const; @@ -50,7 +50,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: diff --git a/src/fetch/citebasefetcher.h b/src/fetch/citebasefetcher.h index ffafc2e..6305284 100644 --- a/src/fetch/citebasefetcher.h +++ b/src/fetch/citebasefetcher.h @@ -34,7 +34,7 @@ Q_OBJECT TQ_OBJECT public: - CitebaseFetcher(TQObject* tqparent); + CitebaseFetcher(TQObject* parent); ~CitebaseFetcher(); virtual TQString source() const; @@ -51,7 +51,7 @@ public: virtual void updateEntry(Data::EntryPtr entry); virtual void updateEntrySynchronous(Data::EntryPtr entry); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget : public Fetch::ConfigWidget { public: diff --git a/src/fetch/configwidget.h b/src/fetch/configwidget.h index f0a981c..f8374ee 100644 --- a/src/fetch/configwidget.h +++ b/src/fetch/configwidget.h @@ -34,7 +34,7 @@ Q_OBJECT TQ_OBJECT public: - ConfigWidget(TQWidget* tqparent); + ConfigWidget(TQWidget* parent); virtual ~ConfigWidget() {} void setAccepted(bool accepted_) { m_accepted = accepted_; } diff --git a/src/fetch/crossreffetcher.h b/src/fetch/crossreffetcher.h index 8852358..960ed30 100644 --- a/src/fetch/crossreffetcher.h +++ b/src/fetch/crossreffetcher.h @@ -39,7 +39,7 @@ Q_OBJECT TQ_OBJECT public: - CrossRefFetcher(TQObject* tqparent); + CrossRefFetcher(TQObject* parent); ~CrossRefFetcher(); virtual TQString source() const; @@ -56,7 +56,7 @@ public: virtual void updateEntry(Data::EntryPtr entry); virtual void updateEntrySynchronous(Data::EntryPtr entry); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget : public Fetch::ConfigWidget { public: diff --git a/src/fetch/discogsfetcher.h b/src/fetch/discogsfetcher.h index 2c30465..b2d9b48 100644 --- a/src/fetch/discogsfetcher.h +++ b/src/fetch/discogsfetcher.h @@ -46,7 +46,7 @@ Q_OBJECT public: /** */ - DiscogsFetcher(TQObject* tqparent, const char* name = 0); + DiscogsFetcher(TQObject* parent, const char* name = 0); /** */ virtual ~DiscogsFetcher(); @@ -70,7 +70,7 @@ public: /** * Returns a widget for modifying the fetcher's config. */ - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; static StringMap customFields(); diff --git a/src/fetch/entrezfetcher.h b/src/fetch/entrezfetcher.h index bc8af9f..214faa2 100644 --- a/src/fetch/entrezfetcher.h +++ b/src/fetch/entrezfetcher.h @@ -40,7 +40,7 @@ Q_OBJECT TQ_OBJECT public: - EntrezFetcher(TQObject* tqparent, const char* name=0); + EntrezFetcher(TQObject* parent, const char* name=0); /** */ virtual ~EntrezFetcher(); @@ -57,7 +57,7 @@ public: virtual bool canFetch(int type) const; virtual void readConfigHook(const KConfigGroup& config); virtual void updateEntry(Data::EntryPtr entry); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; static StringMap customFields(); 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); diff --git a/src/fetch/fetcher.h b/src/fetch/fetcher.h index 09f5b2c..d2fc301 100644 --- a/src/fetch/fetcher.h +++ b/src/fetch/fetcher.h @@ -45,7 +45,7 @@ public: /** */ - Fetcher(TQObject* tqparent, const char* name = 0) : TQObject(tqparent, name), KShared(), + Fetcher(TQObject* parent, const char* name = 0) : TQObject(parent, name), KShared(), m_updateOverwrite(false), m_hasMoreResults(false), m_messager(0) {} /** @@ -114,7 +114,7 @@ public: /** * Returns a widget for modifying the fetcher's config. */ - virtual ConfigWidget* configWidget(TQWidget* tqparent) const = 0; + virtual ConfigWidget* configWidget(TQWidget* parent) const = 0; signals: // void signaltqStatus(const TQString& status); diff --git a/src/fetch/fetchmanager.h b/src/fetch/fetchmanager.h index c43b997..8bb7f23 100644 --- a/src/fetch/fetchmanager.h +++ b/src/fetch/fetchmanager.h @@ -62,7 +62,7 @@ public: const FetcherVec& fetchers() const { return m_fetchers; } FetcherVec fetchers(int type); TypePairList typeList(); - ConfigWidget* configWidget(TQWidget* tqparent, Type type, const TQString& name); + ConfigWidget* configWidget(TQWidget* parent, Type type, const TQString& name); // create fetcher for updating an entry FetcherVec createUpdateFetchers(int collType); diff --git a/src/fetch/gcstarpluginfetcher.h b/src/fetch/gcstarpluginfetcher.h index 0bda3b0..9a0789f 100644 --- a/src/fetch/gcstarpluginfetcher.h +++ b/src/fetch/gcstarpluginfetcher.h @@ -39,7 +39,7 @@ Q_OBJECT public: - GCstarPluginFetcher(TQObject* tqparent, const char* name=0); + GCstarPluginFetcher(TQObject* parent, const char* name=0); /** */ virtual ~GCstarPluginFetcher(); @@ -55,7 +55,7 @@ public: virtual Type type() const { return GCstarPlugin; } 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; class ConfigWidget; friend class ConfigWidget; @@ -96,7 +96,7 @@ Q_OBJECT TQ_OBJECT public: - ConfigWidget(TQWidget* tqparent, const GCstarPluginFetcher* fetcher = 0); + ConfigWidget(TQWidget* parent, const GCstarPluginFetcher* fetcher = 0); ~ConfigWidget(); virtual void saveConfig(KConfigGroup& config); diff --git a/src/fetch/googlescholarfetcher.h b/src/fetch/googlescholarfetcher.h index adc58f8..de3996b 100644 --- a/src/fetch/googlescholarfetcher.h +++ b/src/fetch/googlescholarfetcher.h @@ -40,7 +40,7 @@ Q_OBJECT public: /** */ - GoogleScholarFetcher(TQObject* tqparent, const char* name = 0); + GoogleScholarFetcher(TQObject* parent, const char* name = 0); /** */ virtual ~GoogleScholarFetcher(); @@ -64,7 +64,7 @@ public: /** * Returns a widget for modifying the fetcher's config. */ - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget : public Fetch::ConfigWidget { public: 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: diff --git a/src/fetch/imdbfetcher.h b/src/fetch/imdbfetcher.h index 9b6b5ce..c49417e 100644 --- a/src/fetch/imdbfetcher.h +++ b/src/fetch/imdbfetcher.h @@ -41,7 +41,7 @@ Q_OBJECT TQ_OBJECT public: - IMDBFetcher(TQObject* tqparent, const char* name=0); + IMDBFetcher(TQObject* parent, const char* name=0); /** */ virtual ~IMDBFetcher(); @@ -60,7 +60,7 @@ public: virtual void updateEntry(Data::EntryPtr entry); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; static StringMap customFields(); 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: 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); diff --git a/src/fetch/yahoofetcher.h b/src/fetch/yahoofetcher.h index 1c295c8..1044c3d 100644 --- a/src/fetch/yahoofetcher.h +++ b/src/fetch/yahoofetcher.h @@ -42,7 +42,7 @@ Q_OBJECT public: /** */ - YahooFetcher(TQObject* tqparent, const char* name = 0); + YahooFetcher(TQObject* parent, const char* name = 0); /** */ virtual ~YahooFetcher(); @@ -65,7 +65,7 @@ public: /** * Returns a widget for modifying the fetcher's config. */ - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget : public Fetch::ConfigWidget { public: diff --git a/src/fetch/z3950fetcher.h b/src/fetch/z3950fetcher.h index a183871..5286b70 100644 --- a/src/fetch/z3950fetcher.h +++ b/src/fetch/z3950fetcher.h @@ -53,7 +53,7 @@ Q_OBJECT TQ_OBJECT public: - Z3950Fetcher(TQObject* tqparent, const char* name = 0); + Z3950Fetcher(TQObject* parent, const char* name = 0); virtual ~Z3950Fetcher(); @@ -75,7 +75,7 @@ public: static StringMap customFields(); - virtual Fetch::ConfigWidget* configWidget(TQWidget* tqparent) const; + virtual Fetch::ConfigWidget* configWidget(TQWidget* parent) const; class ConfigWidget; friend class ConfigWidget; @@ -125,7 +125,7 @@ Q_OBJECT TQ_OBJECT public: - ConfigWidget(TQWidget* tqparent, const Z3950Fetcher* fetcher = 0); + ConfigWidget(TQWidget* parent, const Z3950Fetcher* fetcher = 0); virtual ~ConfigWidget(); virtual void saveConfig(KConfigGroup& config_); virtual TQString preferredName() const; |