diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:31:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:31:27 -0600 |
commit | 28ccd51885bd98e62c1756453c3fc638b429e5ee (patch) | |
tree | 309d7dfbc38b1253fc2aceca34036f8f4eedd27b /wifi/kwifimanager.cpp | |
parent | 8a9ab45627c50ab0d33e9edf86fe8988e02709cb (diff) | |
download | tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.tar.gz tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.zip |
Additional kde to tde renaming
Diffstat (limited to 'wifi/kwifimanager.cpp')
-rw-r--r-- | wifi/kwifimanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wifi/kwifimanager.cpp b/wifi/kwifimanager.cpp index b7d49abb..7fe46f95 100644 --- a/wifi/kwifimanager.cpp +++ b/wifi/kwifimanager.cpp @@ -457,9 +457,9 @@ KWiFiManagerApp::slotDisableRadio () // FIXME my Cisco Aironet 350 has two interfaces eth1 and wifi1, // kwifimanager works on wifi 1 where txpower does not work -- jriddell - //*disablePower << "kdesu" << "iwconfig" << "eth1" << "txpower" << onOrOff; + //*disablePower << "tdesu" << "iwconfig" << "eth1" << "txpower" << onOrOff; - *disablePower << "kdesu" << "iwconfig" << interface << "txpower" << onOrOff; + *disablePower << "tdesu" << "iwconfig" << interface << "txpower" << onOrOff; connect( disablePower, TQT_SIGNAL(processExited(KProcess*)), this, TQT_SLOT(slotDisablePowerProcessExited()) ); disablePower->start(KProcess::NotifyOnExit); } @@ -558,7 +558,7 @@ void KWiFiManagerApp::slotStartConfigEditor () { KProcess startConf; - startConf << "kdesu" << locate("exe", "kcmshell") << "kcmwifi"; + startConf << "tdesu" << locate("exe", "kcmshell") << "kcmwifi"; startConf.start (KProcess::DontCare); } |