summaryrefslogtreecommitdiffstats
path: root/tdeabc/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/sound.h')
-rw-r--r--tdeabc/sound.h2
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()) {