diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:40:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:40:43 +0900 |
commit | 27e15c3c5f89959badebb5af04ecb184d453555c (patch) | |
tree | d62ca8ca8cdf88359d96581d367b807d9c99be9c /umbrello | |
parent | 10f886b2fa3fbe9397f6dcaf0db77f1e706b2356 (diff) | |
download | tdesdk-27e15c3c5f89959badebb5af04ecb184d453555c.tar.gz tdesdk-27e15c3c5f89959badebb5af04ecb184d453555c.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/codeimport/kdevcppparser/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |