diff options
Diffstat (limited to 'khelpcenter/kcmhelpcenter.cpp')
-rw-r--r-- | khelpcenter/kcmhelpcenter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/kcmhelpcenter.cpp b/khelpcenter/kcmhelpcenter.cpp index a08722393..28e9e5523 100644 --- a/khelpcenter/kcmhelpcenter.cpp +++ b/khelpcenter/kcmhelpcenter.cpp @@ -468,7 +468,7 @@ void KCMHelpCenter::startIndexProcess() mProcess = new KProcess; if ( mRunAsRoot ) { - *mProcess << "kdesu" << "--nonewdcop"; + *mProcess << "tdesu" << "--nonewdcop"; kdDebug() << "Run as root" << endl; } |