summaryrefslogtreecommitdiffstats
path: root/kabc/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/sound.h')
-rw-r--r--kabc/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/sound.h b/kabc/sound.h
index 133c0facb..98dcf320b 100644
--- a/kabc/sound.h
+++ b/kabc/sound.h
@@ -40,10 +40,10 @@ namespace KABC {
* KAudioPlayer::play( tmp.name() );
* } else if(!sound.url().isEmpty()) {
* TQString tmpFile;
- * if(!KIO::NetAccess::download(KURL(themeURL.url()), tmpFile, NULL))
+ * if(!TDEIO::NetAccess::download(KURL(themeURL.url()), tmpFile, NULL))
* {
* KMessageBox::error(0L,
- * KIO::NetAccess::lastErrorString(),
+ * TDEIO::NetAccess::lastErrorString(),
* i18n("Failed to download sound file"),
* KMessageBox::Notify
* );