summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/autosubprojectview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:32:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:32:07 -0600
commitb4e545384b42deff2db00ff815c4cacbeb5d1860 (patch)
treebfb3416e8ebc56b09f3df5e68eb0473dbc5ef13c /buildtools/autotools/autosubprojectview.cpp
parent35f3f9ef33100c276b267e7e933709fdf737b2fe (diff)
downloadtdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.tar.gz
tdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.zip
Additional kde to tde renaming
Diffstat (limited to 'buildtools/autotools/autosubprojectview.cpp')
-rw-r--r--buildtools/autotools/autosubprojectview.cpp4
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;