diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:40:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 18:47:21 +0900 |
commit | c264ece0a1bce6925e79abc04d5eecb2ae0763f0 (patch) | |
tree | 44b50d08cbceac944d5137ef61eb519dfdb84ba8 /kbabel/common/catalog.h | |
parent | 1fe043c85008f5af4ff6c0e3ce028bfecbcd9182 (diff) | |
download | tdesdk-c264ece0a1bce6925e79abc04d5eecb2ae0763f0.tar.gz tdesdk-c264ece0a1bce6925e79abc04d5eecb2ae0763f0.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 27e15c3c5f89959badebb5af04ecb184d453555c)
Diffstat (limited to 'kbabel/common/catalog.h')
-rw-r--r-- | kbabel/common/catalog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h index 06d641eb..ab60e661 100644 --- a/kbabel/common/catalog.h +++ b/kbabel/common/catalog.h @@ -188,7 +188,7 @@ public: * @return context information found in the message comment * @deprecated */ - TQString context(uint index) const KDE_DEPRECATED; + TQString context(uint index) const TDE_DEPRECATED; /** * Get the header for the current file. |