summaryrefslogtreecommitdiffstats
path: root/kalyptus
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:39:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:39:26 +0900
commit4123f3fe73f9fb63e96919a22a9cc49832efa2ce (patch)
treec1fecfe72275e40616afbe8c16df1353fd6ab0b8 /kalyptus
parentfc7cdab2f1197ae826adc712549ad17ccaa92e31 (diff)
downloadtdebindings-4123f3fe73f9fb63e96919a22a9cc49832efa2ce.tar.gz
tdebindings-4123f3fe73f9fb63e96919a22a9cc49832efa2ce.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kalyptus')
-rw-r--r--kalyptus/kalyptus2
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