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/fontmanager.cpp') diff --git a/library/fontmanager.cpp b/library/fontmanager.cpp index 28a5212..c854133 100644 --- a/library/fontmanager.cpp +++ b/library/fontmanager.cpp @@ -18,7 +18,6 @@ ** **********************************************************************/ -#ifdef QWS #include "fontmanager.h" #include #include @@ -100,4 +99,3 @@ QFont FontManager::unicodeFont( Spacing sp ) } return QFont(fontName,size); } -#endif -- cgit v0.9.0.2