From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kcontrol/kio/cache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/kio/cache.cpp') 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(); } -- cgit v1.2.3