summaryrefslogtreecommitdiffstats
path: root/kcontrol/kio/cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kio/cache.cpp')
-rw-r--r--kcontrol/kio/cache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kio/cache.cpp b/kcontrol/kio/cache.cpp
index d98cba302..1537ade1d 100644
--- a/kcontrol/kio/cache.cpp
+++ b/kcontrol/kio/cache.cpp
@@ -117,9 +117,9 @@ void KCacheConfigDialog::configChanged()
void KCacheConfigDialog::slotClearCache()
{
- KProcess process;
+ TDEProcess process;
process << "kio_http_cache_cleaner" << "--clear-all";
- process.start(KProcess::DontCare);
+ process.start(TDEProcess::DontCare);
// Cleaning up might take a while. Better detach.
process.detach();
}