summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 17:36:52 +0900
commit8d2881230a632efb21ef7e5475473354c819729b (patch)
tree111a0a57963fce4c6717abc5cd32dac3f580a721
parentdc1e47a7d1760e25fe4377495858f9e2648f3cca (diff)
downloadtdebindings-8d2881230a632efb21ef7e5475473354c819729b.tar.gz
tdebindings-8d2881230a632efb21ef7e5475473354c819729b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fc7cdab2f1197ae826adc712549ad17ccaa92e31)
-rw-r--r--kjsembed/global.h4
-rw-r--r--korundum/rubylib/rbtdeconfig_compiler/README.dox2
2 files changed, 3 insertions, 3 deletions
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>