diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:45:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-06 20:34:40 +0900 |
commit | 93d2ad8f8df82b1e68aecffd53f60a26bd59359f (patch) | |
tree | bb656a79fbbf749ee91228ae7a33d28b044c0f3a /kttsd/libkttsd/pluginconf.h | |
parent | 1e42a67ff705df1251b73a942e939685d8bb7cdf (diff) | |
download | tdeaccessibility-93d2ad8f8df82b1e68aecffd53f60a26bd59359f.tar.gz tdeaccessibility-93d2ad8f8df82b1e68aecffd53f60a26bd59359f.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ddd81fab611d7459e00d10818cad3e903d86fbdc)
Diffstat (limited to 'kttsd/libkttsd/pluginconf.h')
-rw-r--r-- | kttsd/libkttsd/pluginconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/libkttsd/pluginconf.h b/kttsd/libkttsd/pluginconf.h index f76e48f..97055c8 100644 --- a/kttsd/libkttsd/pluginconf.h +++ b/kttsd/libkttsd/pluginconf.h @@ -207,7 +207,7 @@ * order to synthesize speech. */ -class KDE_EXPORT PlugInConf : public TQWidget{ +class TDE_EXPORT PlugInConf : public TQWidget{ TQ_OBJECT |