From c48e769eb275917717e2b55eb869f7e559293ac8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:48:31 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- lanbrowsing/kcmlisa/kcmlisa.cpp | 6 +++--- lanbrowsing/kcmlisa/kcmlisa.h | 4 ++-- lanbrowsing/kio_lan/kio_lan.cpp | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'lanbrowsing') diff --git a/lanbrowsing/kcmlisa/kcmlisa.cpp b/lanbrowsing/kcmlisa/kcmlisa.cpp index d977c597..c5892395 100644 --- a/lanbrowsing/kcmlisa/kcmlisa.cpp +++ b/lanbrowsing/kcmlisa/kcmlisa.cpp @@ -289,8 +289,8 @@ void LisaSettings::save() confStream<<"PingNames = "<readNumEntry("Support_FTP",PORTSETTINGS_CHECK); m_protocolInfo[KIOLAN_HTTP].enabled=config->readNumEntry("Support_HTTP",PORTSETTINGS_CHECK); @@ -292,10 +292,10 @@ int LANProtocol::rlanReadDataFromServer() if (result!=0) { ::close(sockFD); - KProcess proc; + TDEProcess proc; proc<<"reslisa"; - bool ok=proc.start(KProcess::DontCare); + bool ok=proc.start(TDEProcess::DontCare); if (!ok) { error( ERR_CANNOT_LAUNCH_PROCESS, "reslisa" ); -- cgit v1.2.1