summaryrefslogtreecommitdiffstats
path: root/lanbrowsing/kio_lan/kio_lan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lanbrowsing/kio_lan/kio_lan.cpp')
-rw-r--r--lanbrowsing/kio_lan/kio_lan.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/lanbrowsing/kio_lan/kio_lan.cpp b/lanbrowsing/kio_lan/kio_lan.cpp
index 442957ad..7e296694 100644
--- a/lanbrowsing/kio_lan/kio_lan.cpp
+++ b/lanbrowsing/kio_lan/kio_lan.cpp
@@ -76,9 +76,9 @@ int kdemain( int argc, char **argv )
int isLanIoslave=(strcmp("lan",argv[1])==0);
// Trigger creation to make sure we pick up KIOSK settings correctly.
- (void)KGlobal::dirs();
- (void)KGlobal::locale();
- (void)KGlobal::config();
+ (void)TDEGlobal::dirs();
+ (void)TDEGlobal::locale();
+ (void)TDEGlobal::config();
kdDebug(7101) << "LAN: kdemain: starting" << endl;
@@ -94,7 +94,7 @@ LANProtocol::LANProtocol(int isLanIoslave, const TQCString &pool, const TQCStrin
,m_maxAge(15*60)
,m_isLanIoslave(isLanIoslave?true:false)
{
- KConfig *config=KGlobal::config();
+ KConfig *config=TDEGlobal::config();
m_protocolInfo[KIOLAN_FTP].enabled=config->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" );