From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdecore/tdesycoca.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/tdesycoca.cpp') diff --git a/tdecore/tdesycoca.cpp b/tdecore/tdesycoca.cpp index f433510d6..31da8b741 100644 --- a/tdecore/tdesycoca.cpp +++ b/tdecore/tdesycoca.cpp @@ -450,7 +450,7 @@ void KSycoca::flagError() return; _self->d->readError = true; if (_self->d->autoRebuild) - if(system("kbuildsycoca") < 0) // Rebuild the damned thing. + if(system("tdebuildsycoca") < 0) // Rebuild the damned thing. tqWarning("ERROR: Running KSycoca failed."); } } -- cgit v1.2.3