-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index b694e4f..a2b8276 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp | |||
@@ -13,16 +13,18 @@ | |||
13 | ** | 13 | ** |
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | 20 | ||
21 | #define QTOPIA_INTERNAL_FD | ||
22 | |||
21 | #include "abeditor.h" | 23 | #include "abeditor.h" |
22 | #include "ablabel.h" | 24 | #include "ablabel.h" |
23 | #include "abtable.h" | 25 | #include "abtable.h" |
24 | #include "addresssettings.h" | 26 | #include "addresssettings.h" |
25 | #include "addressbook.h" | 27 | #include "addressbook.h" |
26 | 28 | ||
27 | #include <qpe/qpeapplication.h> | 29 | #include <qpe/qpeapplication.h> |
28 | #include <qpe/config.h> | 30 | #include <qpe/config.h> |
@@ -132,17 +134,17 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, | |||
132 | actionFind = a; | 134 | actionFind = a; |
133 | connect( a, SIGNAL(activated()), this, SLOT(slotFind()) ); | 135 | connect( a, SIGNAL(activated()), this, SLOT(slotFind()) ); |
134 | a->addTo( edit ); | 136 | a->addTo( edit ); |
135 | a->addTo( listTools ); | 137 | a->addTo( listTools ); |
136 | 138 | ||
137 | 139 | ||
138 | a = new QAction( tr( "Write Mail To" ), Resource::loadPixmap( "qtmail/reply" ), | 140 | a = new QAction( tr( "Write Mail To" ), Resource::loadPixmap( "qtmail/reply" ), |
139 | QString::null, 0, this, 0 ); | 141 | QString::null, 0, this, 0 ); |
140 | a->setEnabled( FALSE ); | 142 | //a->setEnabled( FALSE ); we got support for it now :) zecke |
141 | actionMail = a; | 143 | actionMail = a; |
142 | connect( a, SIGNAL( activated() ), this, SLOT( writeMail() ) ); | 144 | connect( a, SIGNAL( activated() ), this, SLOT( writeMail() ) ); |
143 | a->addTo( edit ); | 145 | a->addTo( edit ); |
144 | a->addTo( listTools ); | 146 | a->addTo( listTools ); |
145 | 147 | ||
146 | 148 | ||
147 | 149 | ||
148 | if ( Ir::supported() ) { | 150 | if ( Ir::supported() ) { |