summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------admin0
-rw-r--r--kalyptus/kalyptus2
-rw-r--r--kjsembed/global.h4
-rw-r--r--korundum/rubylib/rbtdeconfig_compiler/README.dox2
4 files changed, 4 insertions, 4 deletions
diff --git a/admin b/admin
-Subproject 59a8bf7c09f87fbccd6dc2987145c7216e043e7
+Subproject 34c35e11fbc7237f94ec8ede61ef0c8c9b6c58b
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
diff --git a/kjsembed/global.h b/kjsembed/global.h
index bacbe957..e52e55db 100644
--- a/kjsembed/global.h
+++ b/kjsembed/global.h
@@ -34,8 +34,8 @@
# define KJSEMBED_EXPORT
# endif // KJSEMBED_DLL
#else
-# ifdef KDE_EXPORT
-# define KJSEMBED_EXPORT KDE_EXPORT
+# ifdef TDE_EXPORT
+# define KJSEMBED_EXPORT TDE_EXPORT
# else
# define KJSEMBED_EXPORT
# endif
diff --git a/korundum/rubylib/rbtdeconfig_compiler/README.dox b/korundum/rubylib/rbtdeconfig_compiler/README.dox
index 5601395c..f6a81cac 100644
--- a/korundum/rubylib/rbtdeconfig_compiler/README.dox
+++ b/korundum/rubylib/rbtdeconfig_compiler/README.dox
@@ -99,7 +99,7 @@ The following options are read from the kcfgc file:
<td><b>Visibility</b></td>
<td>string</td>
<td>-</td>
- <td>Inserts visibility directive (for example KDE_EXPORT) between "class" keyword and class
+ <td>Inserts visibility directive (for example TDE_EXPORT) between "class" keyword and class
name in header file</td>
</tr>
<tr>