diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:38:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:38:32 +0900 |
commit | c0bcd64f7fce74db2ef792e73ed5eceb079fd64f (patch) | |
tree | 7f08fbe9e83f796d076eaf96f260551f01265e5c /lib/kofficecore/KoView.h | |
parent | 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0 (diff) | |
download | koffice-c0bcd64f7fce74db2ef792e73ed5eceb079fd64f.tar.gz koffice-c0bcd64f7fce74db2ef792e73ed5eceb079fd64f.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kofficecore/KoView.h')
-rw-r--r-- | lib/kofficecore/KoView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoView.h b/lib/kofficecore/KoView.h index 354fd2c80..49615973b 100644 --- a/lib/kofficecore/KoView.h +++ b/lib/kofficecore/KoView.h @@ -252,7 +252,7 @@ public: * * @deprecated, use applyViewTransformations / reverseViewTransformations instead. */ - virtual TQWMatrix matrix() const KDE_DEPRECATED; + virtual TQWMatrix matrix() const TDE_DEPRECATED; /** * Apply the transformations that the view makes to its contents. |