summaryrefslogtreecommitdiffstats
path: root/kabc/sound.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-19 08:24:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-19 08:24:43 +0000
commit96a33d90689a46ea58f812d76fdd2eaf93edecfa (patch)
tree756ca55bffdffc115088699dd1b76c61eb6f64bf /kabc/sound.h
parent5783baba4a547c443e4392f51c8023d38cb9fe6a (diff)
downloadtdelibs-96a33d90689a46ea58f812d76fdd2eaf93edecfa.tar.gz
tdelibs-96a33d90689a46ea58f812d76fdd2eaf93edecfa.zip
Additional TQt for Qt4 compilation fixes
This should not affect TQt for Qt3 per usual git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215674 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kabc/sound.h')
-rw-r--r--kabc/sound.h2
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()) {