diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:45:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:45:40 +0900 |
commit | ddd81fab611d7459e00d10818cad3e903d86fbdc (patch) | |
tree | 55cb49322d7138a1f4ae38adb57204d16596713f /kttsd/players/alsaplayer/alsaplayer.h | |
parent | 7597bc858e1e3473715ba8480e8b9cfb4d3808e2 (diff) | |
download | tdeaccessibility-ddd81fab611d7459e00d10818cad3e903d86fbdc.tar.gz tdeaccessibility-ddd81fab611d7459e00d10818cad3e903d86fbdc.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/players/alsaplayer/alsaplayer.h')
-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 |