diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:08 +0900 |
commit | fc7cdab2f1197ae826adc712549ad17ccaa92e31 (patch) | |
tree | eb6f74ccf9a1825a4b148de0af30461cf5cbd16f /korundum | |
parent | 2149bfa212e7aaa2cf7d5c20d7c6a46af469af7e (diff) | |
download | tdebindings-fc7cdab2f1197ae826adc712549ad17ccaa92e31.tar.gz tdebindings-fc7cdab2f1197ae826adc712549ad17ccaa92e31.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korundum')
-rw-r--r-- | korundum/rubylib/rbtdeconfig_compiler/README.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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> |