summaryrefslogtreecommitdiffstats
path: root/wifi/networkscanning.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:27 -0600
commit28ccd51885bd98e62c1756453c3fc638b429e5ee (patch)
tree309d7dfbc38b1253fc2aceca34036f8f4eedd27b /wifi/networkscanning.cpp
parent8a9ab45627c50ab0d33e9edf86fe8988e02709cb (diff)
downloadtdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.tar.gz
tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.zip
Additional kde to tde renaming
Diffstat (limited to 'wifi/networkscanning.cpp')
-rw-r--r--wifi/networkscanning.cpp2
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());