diff options
Diffstat (limited to 'kopete/protocols/jabber/ui/dlgjabbervcard.cpp')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabbervcard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabbervcard.cpp b/kopete/protocols/jabber/ui/dlgjabbervcard.cpp index 7682aee7..2da7740e 100644 --- a/kopete/protocols/jabber/ui/dlgjabbervcard.cpp +++ b/kopete/protocols/jabber/ui/dlgjabbervcard.cpp @@ -475,7 +475,7 @@ void dlgJabberVCard::slotSelectPhoto() if( !filePath.isLocalFile() ) { - if( !KIO::NetAccess::download( filePath, path, this ) ) + if( !TDEIO::NetAccess::download( filePath, path, this ) ) { KMessageBox::queuedMessageBox( this, KMessageBox::Sorry, i18n( "Downloading of Jabber contact photo failed!" ) ); return; @@ -536,7 +536,7 @@ void dlgJabberVCard::slotSelectPhoto() "Make sure that you have selected a correct image file</qt>" ) ); } if( remoteFile ) - KIO::NetAccess::removeTempFile( path ); + TDEIO::NetAccess::removeTempFile( path ); } void dlgJabberVCard::slotClearPhoto() |