From c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1 Mon Sep 17 00:00:00 2001 From: eilers Date: Mon, 16 Dec 2002 16:09:51 +0000 Subject: not important --- (limited to 'core/pim/addressbook') diff --git a/core/pim/addressbook/TODO b/core/pim/addressbook/TODO index 7e800fa..a9f65de 100644 --- a/core/pim/addressbook/TODO +++ b/core/pim/addressbook/TODO @@ -31,7 +31,6 @@ Bugs but not in addressbook: Urgent: -------- - Implement Button Pics -- Fix start of opie-mail ContactEditor: - Contact-Editor is temporarely reenabled. Wait for replacement. @@ -108,3 +107,4 @@ Fixed: - Name order selected in "contacteditor" not used in list view. - OK-Key does not switch from Detailview (ablable) to Listview - Receiving of beams should open a dialog +- Fix start of opie-mail diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index 12dc24e..68fcf1e 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp @@ -140,13 +140,13 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, // make it possible to go directly to businesscard via qcop call -#if defined(Q_WS_QWS) -#if !defined(QT_NO_COP) + //#if defined(Q_WS_QWS) // Why this ? (se) +#if !defined(QT_NO_COP) QCopChannel *addressChannel = new QCopChannel("QPE/Addressbook" , this ); connect (addressChannel, SIGNAL( received(const QCString &, const QByteArray &)), this, SLOT ( appMessage(const QCString &, const QByteArray &) ) ); #endif -#endif + // #endif a = new QAction( tr( "Find" ), Resource::loadPixmap( "mag" ), QString::null, 0, this, 0 ); actionFind = a; -- cgit v0.9.0.2