summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-15 12:38:32 +0900
committerMichele Calgaro <[email protected]>2024-05-15 12:38:32 +0900
commitc0bcd64f7fce74db2ef792e73ed5eceb079fd64f (patch)
tree7f08fbe9e83f796d076eaf96f260551f01265e5c /lib/kofficeui
parent8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0 (diff)
downloadkoffice-c0bcd64f7fce74db2ef792e73ed5eceb079fd64f.tar.gz
koffice-c0bcd64f7fce74db2ef792e73ed5eceb079fd64f.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/kofficeui')
-rw-r--r--lib/kofficeui/KoPageLayoutDia.h2
-rw-r--r--lib/kofficeui/KoRuler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoPageLayoutDia.h b/lib/kofficeui/KoPageLayoutDia.h
index ff23c929..14e387b9 100644
--- a/lib/kofficeui/KoPageLayoutDia.h
+++ b/lib/kofficeui/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
diff --git a/lib/kofficeui/KoRuler.h b/lib/kofficeui/KoRuler.h
index 4c8031ec..ca09f9c7 100644
--- a/lib/kofficeui/KoRuler.h
+++ b/lib/kofficeui/KoRuler.h
@@ -123,7 +123,7 @@ public:
* example "mm", "pt" or "inch".
* @deprecated You should use the KoUnit::Unit variant instead.
*/
- void setUnit( const TQString& unit ) KDE_DEPRECATED ;
+ void setUnit( const TQString& unit ) TDE_DEPRECATED ;
/**
* Set the unit to be used.
*/