From ca65f8eba5cd7e3a2e3096b545527ced8b76e5cd Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 17 Oct 2004 18:34:36 +0000 Subject: -Use local8Bit instead of latin1 --- (limited to 'core/launcher') 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 @@ -750,7 +750,7 @@ void ServerApplication::restart() prepareForTermination( true ); for ( int fd = 3; fd < 100; fd++ ) close( fd ); - execl( ( qpeDir() + "/bin/qpe" ).latin1(), "qpe", 0 ); + execl( ( qpeDir() + "/bin/qpe" ).local8Bit(), "qpe", NULL ); exit( 1 ); #endif } -- cgit v0.9.0.2