Replace KDE_DEPRECATED with TDE_DEPRECATED

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/48/head
Michele Calgaro 3 weeks ago
parent 10f886b2fa
commit 27e15c3c5f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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.

@ -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 );

Loading…
Cancel
Save