Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/39/head
Michele Calgaro 3 weeks ago
parent 2149bfa212
commit fc7cdab2f1
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

@ -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>

Loading…
Cancel
Save