diff options
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()); |