summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:38:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:38:32 +0900
commitc0bcd64f7fce74db2ef792e73ed5eceb079fd64f (patch)
tree7f08fbe9e83f796d076eaf96f260551f01265e5c /lib
parent8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0 (diff)
downloadkoffice-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')
-rw-r--r--lib/kofficecore/KoStyleStack.h8
-rw-r--r--lib/kofficecore/KoView.h2
-rw-r--r--lib/kofficeui/KoPageLayoutDia.h2
-rw-r--r--lib/kofficeui/KoRuler.h2
4 files changed, 7 insertions, 7 deletions
diff --git a/lib/kofficecore/KoStyleStack.h b/lib/kofficecore/KoStyleStack.h
index 6c188989..0da315b4 100644
--- a/lib/kofficecore/KoStyleStack.h
+++ b/lib/kofficecore/KoStyleStack.h
@@ -100,13 +100,13 @@ public:
* where detail is e.g. left, right, top or bottom.
* This allows to also find 'name' alone (e.g. padding implies padding-left, padding-right etc.)
*/
- bool hasAttribute( const TQString& name, const TQString& detail = TQString() ) const KDE_DEPRECATED;
+ bool hasAttribute( const TQString& name, const TQString& detail = TQString() ) const TDE_DEPRECATED;
/**
* Search for the attribute called 'name', starting on top of the stack,
* and return it.
*/
- TQString attribute( const TQString& name, const TQString& detail = TQString() ) const KDE_DEPRECATED;
+ TQString attribute( const TQString& name, const TQString& detail = TQString() ) const TDE_DEPRECATED;
/**
* Check if any of the styles on the stack has an attribute called 'name'-'detail'
@@ -124,13 +124,13 @@ public:
/**
* Check if any of the styles on the stack has a child node called 'name'.
*/
- bool hasChildNode( const TQString & name ) const KDE_DEPRECATED;
+ bool hasChildNode( const TQString & name ) const TDE_DEPRECATED;
/**
* Search for a child node called 'name', starting on top of the stack,
* and return it.
*/
- TQDomElement childNode( const TQString & name ) const KDE_DEPRECATED;
+ TQDomElement childNode( const TQString & name ) const TDE_DEPRECATED;
/**
* Check if any of the styles on the stack has a child element called 'localName' in the namespace 'nsURI'.
diff --git a/lib/kofficecore/KoView.h b/lib/kofficecore/KoView.h
index 354fd2c8..49615973 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.
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.
*/