diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/kutils/kplugininfo.sip | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'sip/kutils/kplugininfo.sip')
-rw-r--r-- | sip/kutils/kplugininfo.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/kutils/kplugininfo.sip b/sip/kutils/kplugininfo.sip index 20dee1f..c2ef478 100644 --- a/sip/kutils/kplugininfo.sip +++ b/sip/kutils/kplugininfo.sip @@ -37,9 +37,9 @@ public: typedef TQValueList<KPluginInfo*> List; KPluginInfo (const TQString&, const char* = 0); KPluginInfo (const KService::Ptr); - static KPluginInfo::List fromServices (const KService::List&, KConfig* = 0, const TQString& = TQString ::null ); - static KPluginInfo::List fromFiles (const TQStringList&, KConfig* = 0, const TQString& = TQString ::null ); - static KPluginInfo::List fromKPartsInstanceName (const TQString&, KConfig* = 0, const TQString& = TQString ::null ); + static KPluginInfo::List fromServices (const KService::List&, TDEConfig* = 0, const TQString& = TQString ::null ); + static KPluginInfo::List fromFiles (const TQStringList&, TDEConfig* = 0, const TQString& = TQString ::null ); + static KPluginInfo::List fromKPartsInstanceName (const TQString&, TDEConfig* = 0, const TQString& = TQString ::null ); bool isHidden () const; virtual void setPluginEnabled (bool); virtual bool isPluginEnabled () const; @@ -60,11 +60,11 @@ public: const TQStringList& dependencies () const; KService::Ptr service () const; //ig const TQValueList<KService::Ptr>& kcmServices () const; - void setConfig (KConfig*, const TQString&); - KConfig* config () const; + void setConfig (TDEConfig*, const TQString&); + TDEConfig* config () const; const TQString& configgroup () const; - virtual void save (KConfigGroup* = 0); - virtual void load (KConfigGroup* = 0); + virtual void save (TDEConfigGroup* = 0); + virtual void load (TDEConfigGroup* = 0); virtual void defaults (); private: |