summaryrefslogtreecommitdiffstats
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 18:46:56 +0900
commit19b0a5505a441f7ee3ea7afdbd503177053f6534 (patch)
treea2fcb3d86a6f683727a76e15745885c046919f41
parent8d2881230a632efb21ef7e5475473354c819729b (diff)
downloadtdebindings-r14.1.x.tar.gz
tdebindings-r14.1.x.zip
Replace KDE_DEPRECATED with TDE_DEPRECATEDr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4123f3fe73f9fb63e96919a22a9cc49832efa2ce)
-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