From 89c8032171eb722341972a56d0a0c8a003042511 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Nov 2023 11:24:09 +0900 Subject: Replaced various '#define' with actual strings - part 2 Signed-off-by: Michele Calgaro (cherry picked from commit d42f9ae842840a825c4ad4f7341f82003127c8f6) --- tdeabc/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeabc/sound.h') 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()) { -- cgit v1.2.1