summaryrefslogtreecommitdiffstats
path: root/kword/KWView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWView.cpp')
-rw-r--r--kword/KWView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWView.cpp b/kword/KWView.cpp
index d28c3478..4197b903 100644
--- a/kword/KWView.cpp
+++ b/kword/KWView.cpp
@@ -6141,10 +6141,10 @@ void KWView::savePicture()
{
picture.save( TQT_TQIODEVICE(&file) );
file.close();
- if ( !KIO::NetAccess::upload( tempFile.name(), url, this ) )
+ if ( !TDEIO::NetAccess::upload( tempFile.name(), url, this ) )
{
KMessageBox::sorry( this, i18n(
- "Unable to save the file to '%1'. %2.").arg( url.prettyURL() ).arg( KIO::NetAccess::lastErrorString() ),
+ "Unable to save the file to '%1'. %2.").arg( url.prettyURL() ).arg( TDEIO::NetAccess::lastErrorString() ),
i18n("Save Failed") );
}
}