diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:19:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:19:55 -0600 |
commit | c84bdcec39584e21ee6fcf5fc338b281a6b41776 (patch) | |
tree | a6f90e0397a6e2d1cff51dc132198bad0548965c /src | |
parent | 2389a3b438cbe3ef4dcc22c3aef53531c625412d (diff) | |
download | knemo-c84bdcec39584e21ee6fcf5fc338b281a6b41776.tar.gz knemo-c84bdcec39584e21ee6fcf5fc338b281a6b41776.zip |
Additional kde to tde renaming
Diffstat (limited to 'src')
-rw-r--r-- | src/knemod/interfaceicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/interfaceicon.cpp b/src/knemod/interfaceicon.cpp index b82f406..5e8db2a 100644 --- a/src/knemod/interfaceicon.cpp +++ b/src/knemod/interfaceicon.cpp @@ -301,7 +301,7 @@ void InterfaceIcon::menuActivated( int id ) KProcess process; if ( (*it).runAsRoot ) { - process << "kdesu"; + process << "tdesu"; process << (*it).command; } else |