From 27e15c3c5f89959badebb5af04ecb184d453555c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:40:43 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- kbabel/common/catalog.h | 2 +- umbrello/umbrello/codeimport/kdevcppparser/driver.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h index 06d641eb..ab60e661 100644 --- a/kbabel/common/catalog.h +++ b/kbabel/common/catalog.h @@ -188,7 +188,7 @@ public: * @return context information found in the message comment * @deprecated */ - TQString context(uint index) const KDE_DEPRECATED; + TQString context(uint index) const TDE_DEPRECATED; /** * Get the header for the current file. diff --git a/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp b/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp index 2208c791..48dc2d40 100644 --- a/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp +++ b/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp @@ -322,7 +322,7 @@ void Driver::setupLexer( Lexer * lexer ) lexer->addSkipWord( "EXPORT_DOCKCLASS" ); lexer->addSkipWord( "K_EXPORT_COMPONENT_FACTORY", SkipWordAndArguments ); lexer->addSkipWord( "K_SYCOCAFACTORY", SkipWordAndArguments ); - lexer->addSkipWord( "KDE_DEPRECATED" ); + lexer->addSkipWord( "TDE_DEPRECATED" ); // qt lexer->addSkipWord( "TQ_OVERRIDE", SkipWordAndArguments ); -- cgit v1.2.3