diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-14 12:36:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-14 17:38:14 +0900 |
commit | f23f0ef919ad50e7ac02f1a965a424d1ed720237 (patch) | |
tree | 017c05041a88d9266805d44dcd5a6320bc9810be /tdeabc | |
parent | cce9e894e0830062c147b9e039e61adc9cea5a66 (diff) | |
download | tdelibs-f23f0ef919ad50e7ac02f1a965a424d1ed720237.tar.gz tdelibs-f23f0ef919ad50e7ac02f1a965a424d1ed720237.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 43e38f2c0a00cdc052660fab01d32df2c7dc24b0)
Diffstat (limited to 'tdeabc')
-rw-r--r-- | tdeabc/addressbook.h | 2 | ||||
-rw-r--r-- | tdeabc/ldifconverter.h | 2 | ||||
-rw-r--r-- | tdeabc/stdaddressbook.h | 4 | ||||
-rw-r--r-- | tdeabc/vcardconverter.h | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tdeabc/addressbook.h b/tdeabc/addressbook.h index f2fa1e0e1..f505f5526 100644 --- a/tdeabc/addressbook.h +++ b/tdeabc/addressbook.h @@ -339,7 +339,7 @@ class KABC_EXPORT AddressBook : public TQObject /** @deprecated There is no need to call this function anymore. */ - void cleanUp() KDE_DEPRECATED; + void cleanUp() TDE_DEPRECATED; /** Used for debug output. This function prints out the list diff --git a/tdeabc/ldifconverter.h b/tdeabc/ldifconverter.h index 30c8889d6..50c97f759 100644 --- a/tdeabc/ldifconverter.h +++ b/tdeabc/ldifconverter.h @@ -76,7 +76,7 @@ namespace TDEABC { * @param allowEncode Set to false if you wish no encoding of the value. * @since 3.2 */ - KABC_EXPORT TQString makeLDIFfieldString( TQString field, TQString value, bool allowEncode = true ) KDE_DEPRECATED; + KABC_EXPORT TQString makeLDIFfieldString( TQString field, TQString value, bool allowEncode = true ) TDE_DEPRECATED; diff --git a/tdeabc/stdaddressbook.h b/tdeabc/stdaddressbook.h index 290999d66..2a6b171e5 100644 --- a/tdeabc/stdaddressbook.h +++ b/tdeabc/stdaddressbook.h @@ -83,12 +83,12 @@ class KABC_EXPORT StdAddressBook : public AddressBook @deprecated Use AddressBook::save( Ticket* ) instead */ - static bool save() KDE_DEPRECATED; + static bool save() TDE_DEPRECATED; /** @deprecated There is no need to call this function anymore. */ - static void handleCrash() KDE_DEPRECATED; + static void handleCrash() TDE_DEPRECATED; /** Returns the default file name for vcard-based addressbook diff --git a/tdeabc/vcardconverter.h b/tdeabc/vcardconverter.h index c8944ff1c..9c7cb17de 100644 --- a/tdeabc/vcardconverter.h +++ b/tdeabc/vcardconverter.h @@ -111,12 +111,12 @@ class KABC_EXPORT VCardConverter /** @deprecated */ - bool vCardToAddressee( const TQString&, Addressee &, Version version = v3_0 ) KDE_DEPRECATED; + bool vCardToAddressee( const TQString&, Addressee &, Version version = v3_0 ) TDE_DEPRECATED; /** @deprecated */ - bool addresseeToVCard( const Addressee&, TQString&, Version version = v3_0 ) KDE_DEPRECATED; + bool addresseeToVCard( const Addressee&, TQString&, Version version = v3_0 ) TDE_DEPRECATED; private: /** |