From 543e54de7170c606b6883ac4152567e7faf13182 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 16 Oct 2002 01:09:22 +0000 Subject: Remove #ifdef QWS HELL a Platform which is not supporting IPC compatible to QCopChannel/Envelope is not of much use nowadays.. so be sure your platform is supporting it --- (limited to 'library/networkinterface.cpp') diff --git a/library/networkinterface.cpp b/library/networkinterface.cpp index 2b5c77e..0ba773a 100644 --- a/library/networkinterface.cpp +++ b/library/networkinterface.cpp @@ -45,9 +45,7 @@ bool NetworkInterface::isActive( Config& cfg ) const { if ( devname == dev || devname == dev0 ) { fclose(f); -#ifdef QWS Network::writeProxySettings( cfg ); -#endif return TRUE; } } -- cgit v0.9.0.2