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/players/alsaplayer | |
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/players/alsaplayer')
-rw-r--r-- | kttsd/players/alsaplayer/alsaplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/players/alsaplayer/alsaplayer.h b/kttsd/players/alsaplayer/alsaplayer.h index 696c025..4a26a30 100644 --- a/kttsd/players/alsaplayer/alsaplayer.h +++ b/kttsd/players/alsaplayer/alsaplayer.h @@ -66,7 +66,7 @@ static snd_pcm_sframes_t (*writei_func)(snd_pcm_t *handle, const void *buffer, s static snd_pcm_sframes_t (*readn_func)(snd_pcm_t *handle, void **bufs, snd_pcm_uframes_t size); static snd_pcm_sframes_t (*writen_func)(snd_pcm_t *handle, void **bufs, snd_pcm_uframes_t size); -class KDE_EXPORT AlsaPlayer : public Player, TQThread +class TDE_EXPORT AlsaPlayer : public Player, TQThread { TQ_OBJECT |