-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: | |||
33 | - Implement Button Pics | 33 | - Implement Button Pics |
34 | - Fix start of opie-mail | ||
35 | 34 | ||
@@ -110 +109,2 @@ Fixed: | |||
110 | - Receiving of beams should open a dialog | 109 | - Receiving of beams should open a dialog |
110 | - 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, | |||
142 | // make it possible to go directly to businesscard via qcop call | 142 | // make it possible to go directly to businesscard via qcop call |
143 | #if defined(Q_WS_QWS) | 143 | //#if defined(Q_WS_QWS) // Why this ? (se) |
144 | #if !defined(QT_NO_COP) | 144 | #if !defined(QT_NO_COP) |
145 | QCopChannel *addressChannel = new QCopChannel("QPE/Addressbook" , this ); | 145 | QCopChannel *addressChannel = new QCopChannel("QPE/Addressbook" , this ); |
@@ -148,3 +148,3 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, | |||
148 | #endif | 148 | #endif |
149 | #endif | 149 | // #endif |
150 | a = new QAction( tr( "Find" ), Resource::loadPixmap( "mag" ), | 150 | a = new QAction( tr( "Find" ), Resource::loadPixmap( "mag" ), |