From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kstart/kstart.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kstart') diff --git a/kstart/kstart.cpp b/kstart/kstart.cpp index d1117548f..4adbd55bc 100644 --- a/kstart/kstart.cpp +++ b/kstart/kstart.cpp @@ -32,7 +32,7 @@ // some globals -static KProcess proc; +static TDEProcess proc; static TQCString windowtitle = 0; static TQCString windowclass = 0; static int desktop = 0; @@ -65,7 +65,7 @@ KStart::KStart() id.setupStartupEnv(); //finally execute the comand - if( proc.start(KProcess::DontCare) ) { + if( proc.start(TDEProcess::DontCare) ) { KStartupInfoData data; data.addPid( proc.pid() ); TQCString bin = proc.args().first(); -- cgit v1.2.1