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/field.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/field.sip')
-rw-r--r-- | sip/kabc/field.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kabc/field.sip b/sip/kabc/field.sip index 443fa2c..a7c1a85 100644 --- a/sip/kabc/field.sip +++ b/sip/kabc/field.sip @@ -65,9 +65,9 @@ public: static KABC::Field::List defaultFields (); static KABC::Field* createCustomField (const TQString&, int, const TQString&, const TQString&); static void deleteFields (); - static void saveFields (KConfig*, const TQString&, const KABC::Field::List&); + static void saveFields (TDEConfig*, const TQString&, const KABC::Field::List&); static void saveFields (const TQString&, const KABC::Field::List&); - static KABC::Field::List restoreFields (KConfig*, const TQString&); + static KABC::Field::List restoreFields (TDEConfig*, const TQString&); static KABC::Field::List restoreFields (const TQString&); protected: |