summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composer.cpp
authortille <tille>2002-06-19 12:41:33 (UTC)
committer tille <tille>2002-06-19 12:41:33 (UTC)
commit2bcd7302e4e156ad5f389b23c01a690917abee01 (patch) (unidiff)
tree25770523cbb36e7152f8a3a4c1650afab6fc45da /noncore/unsupported/mail2/composer.cpp
parentb55f69a46fd27ce26235029f702c0f3942fde68c (diff)
downloadopie-2bcd7302e4e156ad5f389b23c01a690917abee01.zip
opie-2bcd7302e4e156ad5f389b23c01a690917abee01.tar.gz
opie-2bcd7302e4e156ad5f389b23c01a690917abee01.tar.bz2
added ofiledialog for attachments, but did not yet remove attachdiag
Diffstat (limited to 'noncore/unsupported/mail2/composer.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composer.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/unsupported/mail2/composer.cpp b/noncore/unsupported/mail2/composer.cpp
index 72a7242..03dacae 100644
--- a/noncore/unsupported/mail2/composer.cpp
+++ b/noncore/unsupported/mail2/composer.cpp
@@ -13,2 +13,5 @@
13 13
14#include <opie/ofiledialog.h>
15//#include "attachdiag.h"
16
14#include "addresspicker.h" 17#include "addresspicker.h"
@@ -16,3 +19,2 @@
16#include "smtphandler.h" 19#include "smtphandler.h"
17#include "attachdiag.h"
18#include "composer.h" 20#include "composer.h"
@@ -396,3 +398,4 @@ void Composer::slotAddAttach()
396{ 398{
397 DocLnk lnk = AttachDiag::getFile(this); 399 DocLnk lnk = OFileDialog::getOpenFileName( 1,"/");
400 //DocLnk lnk = AttachDiag::getFile(this);
398 if (lnk.name().isEmpty()) return; 401 if (lnk.name().isEmpty()) return;