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/KoStyleStack.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/KoStyleStack.h')
| -rw-r--r-- | lib/kofficecore/KoStyleStack.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/KoStyleStack.h b/lib/kofficecore/KoStyleStack.h index 6c188989d..0da315b43 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'. |
