[Kst] extragear/graphics/kst/src/libkst
George Staikos
staikos at kde.org
Tue Apr 11 02:40:56 CEST 2006
SVN commit 528443 by staikos:
use the proper cleanup function
M +1 -1 kstdatasource.cpp
--- trunk/extragear/graphics/kst/src/libkst/kstdatasource.cpp #528442:528443
@@ -262,7 +262,7 @@
pluginInfo.clear();
kConfigObject = 0L;
for (QMap<QString,QString>::Iterator i = urlMap.begin(); i != urlMap.end(); ++i) {
- QFile::remove(i.data());
+ KIO::NetAccess::removeTempFile(i.data());
}
urlMap.clear();
}
More information about the Kst
mailing list