From 4123f3fe73f9fb63e96919a22a9cc49832efa2ce Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:39:26 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- kalyptus/kalyptus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus index ad897365..91813138 100644 --- a/kalyptus/kalyptus +++ b/kalyptus/kalyptus @@ -800,7 +800,7 @@ sub identifyDecl my $skipBlock = 0; my $isDeprecated = 0; - if ( $decl =~ s/KDE_DEPRECATED// ) { + if ( $decl =~ s/TDE_DEPRECATED// ) { $isDeprecated = 1; } # Doc comment -- cgit v1.2.3