summaryrefslogtreecommitdiff
path: root/core/launcher
Side-by-side diff
Diffstat (limited to 'core/launcher') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/serverapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/serverapp.cpp b/core/launcher/serverapp.cpp
index e541d10..be6b972 100644
--- a/core/launcher/serverapp.cpp
+++ b/core/launcher/serverapp.cpp
@@ -752,3 +752,3 @@ void ServerApplication::restart()
close( fd );
- execl( ( qpeDir() + "/bin/qpe" ).latin1(), "qpe", 0 );
+ execl( ( qpeDir() + "/bin/qpe" ).local8Bit(), "qpe", NULL );
exit( 1 );