diff options
Diffstat (limited to 'tdecore/tdesycoca.cpp')
-rw-r--r-- | tdecore/tdesycoca.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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."); } } |