From kde-commits Sun Feb 23 16:34:46 2003 From: Lucijan Busch Date: Sun, 23 Feb 2003 16:34:46 +0000 To: kde-commits Subject: koffice/kexi/plugins/kugar/kudesigner X-MARC-Message: https://marc.info/?l=kde-commits&m=104601819912353 CVS commit by lucijan: sorry jowenn, but a lot of people are complaing :) M +2 -1 kudesigner_kexiplugin.cpp 1.8 --- koffice/kexi/plugins/kugar/kudesigner/kudesigner_kexiplugin.cpp #1.7:1.8 @@ -37,4 +37,5 @@ #include #include +#include //BEGIN KuKexiDataSourceComboBox @@ -254,5 +255,5 @@ bool KuKexi::store(KoStore*) { if (filename.isEmpty()) return false; if (KIO::NetAccess::exists(filename)) { - if (!KIO::NetAccess::del(filename,0)) { + if (!KIO::NetAccess::del(KURL(filename))) { kdDebug()<<"Couldn't delete temporary file template.kukexi file"<