diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/kio/slaveconfig.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/kio/slaveconfig.sip')
-rw-r--r-- | sip/kio/slaveconfig.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/kio/slaveconfig.sip b/sip/kio/slaveconfig.sip index d8d2d10..c5789b7 100644 --- a/sip/kio/slaveconfig.sip +++ b/sip/kio/slaveconfig.sip @@ -23,7 +23,7 @@ // If not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -namespace KIO +namespace TDEIO { class SlaveConfig : TQObject @@ -34,10 +34,10 @@ class SlaveConfig : TQObject public: - static KIO::SlaveConfig* self (); + static TDEIO::SlaveConfig* self (); void setConfigData (const TQString&, const TQString&, const TQString&, const TQString&); - void setConfigData (const TQString&, const TQString&, const KIO::MetaData&); - KIO::MetaData configData (const TQString&, const TQString&); + void setConfigData (const TQString&, const TQString&, const TDEIO::MetaData&); + TDEIO::MetaData configData (const TQString&, const TQString&); TQString configData (const TQString&, const TQString&, const TQString&); void reset (); @@ -49,5 +49,5 @@ protected: }; // class SlaveConfig -}; // namespace KIO +}; // namespace TDEIO |