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/kabc/resourcefile.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/kabc/resourcefile.sip')
-rw-r--r-- | sip/kabc/resourcefile.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/kabc/resourcefile.sip b/sip/kabc/resourcefile.sip index 736545e..09943de 100644 --- a/sip/kabc/resourcefile.sip +++ b/sip/kabc/resourcefile.sip @@ -38,9 +38,9 @@ class ResourceFile : KABC::Resource public: %If ( KDE_3_3_0 - ) - ResourceFile (const KConfig*); + ResourceFile (const TDEConfig*); ResourceFile (const TQString&, const TQString& = "vcard"); - virtual void writeConfig (KConfig*); + virtual void writeConfig (TDEConfig*); virtual bool doOpen (); virtual void doClose (); @@ -91,7 +91,7 @@ public: public: %If ( - KDE_3_3_0 ) - ResourceFile (KABC::AddressBook*, const KConfig*); + ResourceFile (KABC::AddressBook*, const TDEConfig*); ResourceFile (KABC::AddressBook*, const TQString&, KABC::FormatPlugin* = 0); bool open (); void close (); @@ -129,7 +129,7 @@ class ResourceFile : KABC::Resource public: %If ( KDE_3_1_0 - ) - ResourceFile (KABC::AddressBook*, const KConfig*); + ResourceFile (KABC::AddressBook*, const TDEConfig*); ResourceFile (KABC::AddressBook*, const TQString&, KABC::FormatPlugin* = 0); bool open (); void close (); |