From 028753a6a3857cdcf7476e537de1cd5c471424c4 Mon Sep 17 00:00:00 2001
From: zecke <zecke>
Date: Fri, 08 Nov 2002 18:09:37 +0000
Subject: qwsServer belongs to QWS

and not to !QT_NO_COP
---
diff --git a/library/global.cpp b/library/global.cpp
index d02e711..9b3c51e 100644
--- a/library/global.cpp
+++ b/library/global.cpp
@@ -106,11 +106,11 @@ StartingAppList* StartingAppList::appl = 0;
 StartingAppList::StartingAppList( QObject *parent, const char* name )
     :QObject( parent, name )
 {
-#if QT_VERSION >= 232 && !defined(QT_NO_COP)
+#if QT_VERSION >= 232 && defined(QWS)
     connect( qwsServer, SIGNAL( newChannel(const QString&)),
 	     this, SLOT( handleNewChannel(const QString&)) );
+#endif	     
     dict.setAutoDelete( TRUE );
-#endif
 }
 
 void StartingAppList::add( const QString& name )
--
cgit v0.9.0.2