diff options
author | Michele Calgaro <[email protected]> | 2023-11-23 11:24:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-23 11:24:09 +0900 |
commit | d42f9ae842840a825c4ad4f7341f82003127c8f6 (patch) | |
tree | bd64982422408b4a7662280134119037ece4da3b /tdeabc | |
parent | 73dba53e4a36a31d7c803806706cc8a17a245e5c (diff) | |
download | tdelibs-d42f9ae842840a825c4ad4f7341f82003127c8f6.tar.gz tdelibs-d42f9ae842840a825c4ad4f7341f82003127c8f6.zip |
Replaced various '#define' with actual strings - part 2
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeabc')
-rw-r--r-- | tdeabc/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/sound.h b/tdeabc/sound.h index 3ee64ac57..d4d00131f 100644 --- a/tdeabc/sound.h +++ b/tdeabc/sound.h @@ -35,7 +35,7 @@ namespace TDEABC { * \code * KTempFile tmp; * if(sound.isIntern()) { - * tmp.file()->tqwriteBlock( sound.data() ); + * tmp.file()->writeBlock( sound.data() ); * tmp.close(); * KAudioPlayer::play( tmp.name() ); * } else if(!sound.url().isEmpty()) { |