diff options
Diffstat (limited to 'buildtools/autotools/autosubprojectview.cpp')
-rw-r--r-- | buildtools/autotools/autosubprojectview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp index 3bd53803..0c27eb1b 100644 --- a/buildtools/autotools/autosubprojectview.cpp +++ b/buildtools/autotools/autosubprojectview.cpp @@ -255,7 +255,7 @@ void AutoSubprojectView::initActions() TQT_TQOBJECT(this), TQT_SLOT( slotInstallSuSubproject() ), actions, "install subproject as root" ); installSuSubprojectAction->setWhatsThis(i18n("<qt><b>Install as root user</b><p>Runs <b>make install</b> " "command from the directory of the selected subproject " - "with root privileges.<br> It is executed via kdesu " + "with root privileges.<br> It is executed via tdesu " "command.<br> Environment variables and make arguments " "can be specified in the project settings dialog, " "<b>Make Options</b> tab.</qt>")); @@ -1082,7 +1082,7 @@ void AutoSubprojectView::slotCustomBuildCommand(int val) break; case 5: //command as root m_part->appFrontend()->startAppCommand(m_part->buildDirectory() + relpath, - "kdesu -t -c ' cd " + + "tdesu -t -c ' cd " + KProcess::quote(m_part->buildDirectory() + relpath) + " && " + cmd + "'", false); break; |