diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:27 -0600 |
commit | 28ccd51885bd98e62c1756453c3fc638b429e5ee (patch) | |
tree | 309d7dfbc38b1253fc2aceca34036f8f4eedd27b /wifi/networkscanning.cpp | |
parent | 8a9ab45627c50ab0d33e9edf86fe8988e02709cb (diff) | |
download | tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.tar.gz tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.zip |
Additional kde to tde renaming
Diffstat (limited to 'wifi/networkscanning.cpp')
-rw-r--r-- | wifi/networkscanning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/networkscanning.cpp b/wifi/networkscanning.cpp index 429cb525..0e2a42a8 100644 --- a/wifi/networkscanning.cpp +++ b/wifi/networkscanning.cpp @@ -144,7 +144,7 @@ NetworkScanning::switchToNetwork() delete tempfile; // autoDeletion off, so the file remains on disk KProcess switchProc; - switchProc << "kdesu" << tempfilename; + switchProc << "tdesu" << tempfilename; switchProc.start( KProcess::Block ); remove(tempfilename.ascii()); |