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/tzselect.cpp') diff --git a/library/tzselect.cpp b/library/tzselect.cpp index 9436867..2e5a433 100644 --- a/library/tzselect.cpp +++ b/library/tzselect.cpp @@ -28,9 +28,7 @@ #include #include -#ifdef Q_WS_QWS #include -#endif class TimeZoneSelectorPrivate { @@ -68,13 +66,11 @@ TZCombo::TZCombo( QWidget *p, const char* n ) // listen on QPE/System -#if defined(Q_WS_QWS) #if !defined(QT_NO_COP) QCopChannel *channel = new QCopChannel( "QPE/System", this ); connect( channel, SIGNAL(received(const QCString&, const QByteArray&)), this, SLOT(handleSystemChannel(const QCString&, const QByteArray&)) ); #endif -#endif } -- cgit v0.9.0.2