author | eilers <eilers> | 2002-12-16 16:09:51 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-12-16 16:09:51 (UTC) |
commit | c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1 (patch) (side-by-side diff) | |
tree | af2d61766398115557a84a0f9efee6fb684f5e88 | |
parent | cdf781e3243601bce6c7bcbb10f38e7a24f04887 (diff) | |
download | opie-c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1.zip opie-c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1.tar.gz opie-c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1.tar.bz2 |
not important
-rw-r--r-- | core/pim/addressbook/TODO | 2 | ||||
-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
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 @@ -33,3 +33,2 @@ Urgent: - Implement Button Pics -- Fix start of opie-mail @@ -110 +109,2 @@ Fixed: - 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 @@ -142,4 +142,4 @@ 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 ); @@ -148,3 +148,3 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, #endif -#endif + // #endif a = new QAction( tr( "Find" ), Resource::loadPixmap( "mag" ), |