From d9b7a7296b031b3cf3e510a163367b9c4ab42d7a Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 19 Aug 2004 20:48:51 +0000 Subject: added missing ifdef for dektop version --- (limited to 'korganizer/koeditordetails.cpp') diff --git a/korganizer/koeditordetails.cpp b/korganizer/koeditordetails.cpp index 8e2fabe..2e1ae6e 100644 --- a/korganizer/koeditordetails.cpp +++ b/korganizer/koeditordetails.cpp @@ -201,10 +201,11 @@ KOEditorDetails::KOEditorDetails (int spacing,QWidget* parent,const char* name) #endif updateAttendeeInput(); - +#ifndef DESKTOP_VERSION //US listen for arriving address resultsets connect(ExternalAppHandler::instance(), SIGNAL(receivedNameEmailUidListEvent(const QString&, const QStringList&, const QStringList&, const QStringList&)), this, SLOT(insertAttendees(const QString&, const QStringList&, const QStringList&, const QStringList&))); +#endif } -- cgit v0.9.0.2