diff options
Diffstat (limited to 'tools/kfile-plugins/ooo/kfile_ooo.cpp')
-rw-r--r-- | tools/kfile-plugins/ooo/kfile_ooo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kfile-plugins/ooo/kfile_ooo.cpp b/tools/kfile-plugins/ooo/kfile_ooo.cpp index b5c3d5d0..c66e3682 100644 --- a/tools/kfile-plugins/ooo/kfile_ooo.cpp +++ b/tools/kfile-plugins/ooo/kfile_ooo.cpp @@ -523,7 +523,7 @@ bool KOfficePlugin::writeMetaData(const TQString & path, delete m_zip; // NULL as third parameter is not good, but I don't know the Window ID // That is only to avoid the deprecated warning at compile time - if (!KIO::NetAccess::upload( tmp_file.name(), KURL(path), NULL)){ + if (!TDEIO::NetAccess::upload( tmp_file.name(), KURL(path), NULL)){ kdDebug(7034) << "Error while saving " << tmp_file.name() << " as " << path << endl; return false; } |