diff options
Diffstat (limited to 'kabc/sound.h')
-rw-r--r-- | kabc/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/sound.h b/kabc/sound.h index 350042cc5..1a6d58d18 100644 --- a/kabc/sound.h +++ b/kabc/sound.h @@ -35,7 +35,7 @@ namespace KABC { * \code * KTempFile tmp; * if(sound.isIntern()) { - * tmp.file()->writeBlock( sound.data() ); + * tmp.file()->tqwriteBlock( sound.data() ); * tmp.close(); * KAudioPlayer::play( tmp.name() ); * } else if(!sound.url().isEmpty()) { |