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 18:53:20 +0900 |
| commit | 950f6aa09f2020beffe17aa367c096c2fed3e6b0 (patch) | |
| tree | 160136e34879f5c0713f920c31b0142a33e4fb41 /lib/kofficecore/KoView.h | |
| parent | 9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e (diff) | |
| download | koffice-950f6aa09f2020beffe17aa367c096c2fed3e6b0.tar.gz koffice-950f6aa09f2020beffe17aa367c096c2fed3e6b0.zip | |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0bcd64f7fce74db2ef792e73ed5eceb079fd64f)
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. |
