diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:38:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 12:38:32 +0900 |
commit | c0bcd64f7fce74db2ef792e73ed5eceb079fd64f (patch) | |
tree | 7f08fbe9e83f796d076eaf96f260551f01265e5c /filters | |
parent | 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0 (diff) | |
download | koffice-c0bcd64f7fce74db2ef792e73ed5eceb079fd64f.tar.gz koffice-c0bcd64f7fce74db2ef792e73ed5eceb079fd64f.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filters')
-rw-r--r-- | filters/kword/libexport/TagProcessing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kword/libexport/TagProcessing.h b/filters/kword/libexport/TagProcessing.h index 62176fd3..043bddc0 100644 --- a/filters/kword/libexport/TagProcessing.h +++ b/filters/kword/libexport/TagProcessing.h @@ -109,7 +109,7 @@ public: * @brief Old constructor (without type checking) * @deprecated do not use for new code */ - AttrProcessing ( const TQString& n, const TQString& t, void *d ) KDE_DEPRECATED; + AttrProcessing ( const TQString& n, const TQString& t, void *d ) TDE_DEPRECATED; /** * @brief No-op constructor |