summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/TODO2
-rw-r--r--core/pim/addressbook/addressbook.cpp4
2 files changed, 3 insertions, 3 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
@@ -32,5 +32,4 @@ Urgent:
--------
- Implement Button Pics
-- Fix start of opie-mail
ContactEditor:
@@ -109,2 +108,3 @@ Fixed:
- 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
@@ -141,5 +141,5 @@ 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(Q_WS_QWS) // Why this ? (se)
#if !defined(QT_NO_COP)
QCopChannel *addressChannel = new QCopChannel("QPE/Addressbook" , this );
@@ -147,5 +147,5 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name,
this, SLOT ( appMessage(const QCString &, const QByteArray &) ) );
#endif
-#endif
+ // #endif
a = new QAction( tr( "Find" ), Resource::loadPixmap( "mag" ),
QString::null, 0, this, 0 );