summaryrefslogtreecommitdiffstats
path: root/wifi/networkscanning.cpp
diff options
context:
space:
mode:
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());