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 /kexi | |
| 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 'kexi')
| -rw-r--r-- | kexi/3rdparty/kolibs/koPageLayoutDia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/3rdparty/kolibs/koPageLayoutDia.h b/kexi/3rdparty/kolibs/koPageLayoutDia.h index ff23c9293..14e387b93 100644 --- a/kexi/3rdparty/kolibs/koPageLayoutDia.h +++ b/kexi/3rdparty/kolibs/koPageLayoutDia.h @@ -142,7 +142,7 @@ public: * Retrieves a standard page layout. * Deprecated: better use KoPageLayout::standardLayout() */ - static KDE_DEPRECATED KoPageLayout standardLayout(); + static TDE_DEPRECATED KoPageLayout standardLayout(); /** * Returns the layout |
