diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:39:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 12:39:26 +0900 |
commit | 4123f3fe73f9fb63e96919a22a9cc49832efa2ce (patch) | |
tree | c1fecfe72275e40616afbe8c16df1353fd6ab0b8 | |
parent | fc7cdab2f1197ae826adc712549ad17ccaa92e31 (diff) | |
download | tdebindings-4123f3fe73f9fb63e96919a22a9cc49832efa2ce.tar.gz tdebindings-4123f3fe73f9fb63e96919a22a9cc49832efa2ce.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kalyptus/kalyptus | 2 |
1 files changed, 1 insertions, 1 deletions
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 |