author | zecke <zecke> | 2002-03-03 01:12:20 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-03-03 01:12:20 (UTC) |
commit | 0e245156b28b70be5cd98a58a9256fe5e2739562 (patch) (unidiff) | |
tree | f24fb55bca70820d6d30444ec128d1afd8e32cd3 | |
parent | 1b89006f83e7516e13f808742d118e209377abcc (diff) | |
download | opie-0e245156b28b70be5cd98a58a9256fe5e2739562.zip opie-0e245156b28b70be5cd98a58a9256fe5e2739562.tar.gz opie-0e245156b28b70be5cd98a58a9256fe5e2739562.tar.bz2 |
*** empty log message ***
-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 | |||
@@ -18,6 +18,8 @@ | |||
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" |
@@ -137,7 +139,7 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, | |||
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 ); |