From 0655456f68849bfad9019a7760dec961792d7519 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 17 Oct 2002 16:45:38 +0000 Subject: Move around some #ifdefs to be able to be built with Qt2/X11 --- (limited to 'core/launcher/runningappbar.cpp') diff --git a/core/launcher/runningappbar.cpp b/core/launcher/runningappbar.cpp index b830d1b..c8f45d5 100644 --- a/core/launcher/runningappbar.cpp +++ b/core/launcher/runningappbar.cpp @@ -44,8 +44,10 @@ RunningAppBar::RunningAppBar(QWidget* parent) m_AppLnkSet = new AppLnkSet( QPEApplication::qpeDir() + "apps" ); +#ifdef QWS connect(qwsServer, SIGNAL(newChannel(const QString&)), this, SLOT(newQcopChannel(const QString&))); connect(qwsServer, SIGNAL(removedChannel(const QString&)), this, SLOT(removedQcopChannel(const QString&))); +#endif QCopChannel* channel = new QCopChannel( "QPE/System", this ); connect( channel, SIGNAL(received(const QCString&, const QByteArray&)), this, SLOT(received(const QCString&, const QByteArray&)) ); -- cgit v0.9.0.2