summaryrefslogtreecommitdiff
path: root/noncore
authoralwin <alwin>2004-10-28 02:14:18 (UTC)
committer alwin <alwin>2004-10-28 02:14:18 (UTC)
commit20992991cdc3116edbaedbbc58ba607f453acdbc (patch) (unidiff)
tree98a8e8dea7df50b7569e5fe7567a04a4060df520 /noncore
parent6205e982ec6d9ab1893919cd9c943c95b4baae33 (diff)
downloadopie-20992991cdc3116edbaedbbc58ba607f453acdbc.zip
opie-20992991cdc3116edbaedbbc58ba607f453acdbc.tar.gz
opie-20992991cdc3116edbaedbbc58ba607f453acdbc.tar.bz2
oops - forgot removing a deklaration
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/viewmail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/net/mail/viewmail.h b/noncore/net/mail/viewmail.h
index 560453a..297836b 100644
--- a/noncore/net/mail/viewmail.h
+++ b/noncore/net/mail/viewmail.h
@@ -31,49 +31,48 @@ private:
31 31
32class ViewMail : public ViewMailBase 32class ViewMail : public ViewMailBase
33{ 33{
34 Q_OBJECT 34 Q_OBJECT
35 35
36public: 36public:
37 ViewMail( QWidget *parent = 0, const char *name = 0, WFlags fl = 0); 37 ViewMail( QWidget *parent = 0, const char *name = 0, WFlags fl = 0);
38 ~ViewMail(); 38 ~ViewMail();
39 39
40 void hide(); 40 void hide();
41 void exec(); 41 void exec();
42 void setMail(const RecMailP&mail ); 42 void setMail(const RecMailP&mail );
43 void setBody(const RecBodyP&body); 43 void setBody(const RecBodyP&body);
44 bool deleted; 44 bool deleted;
45 45
46protected: 46protected:
47 QString deHtml(const QString &string); 47 QString deHtml(const QString &string);
48 AttachItem* searchParent(const QValueList<int>&path); 48 AttachItem* searchParent(const QValueList<int>&path);
49 AttachItem* lastChild(AttachItem*parent); 49 AttachItem* lastChild(AttachItem*parent);
50 50
51protected slots: 51protected slots:
52 void slotReply(); 52 void slotReply();
53 void slotForward(); 53 void slotForward();
54 void setText(); 54 void setText();
55 void setHeader();
56 void slotItemClicked( QListViewItem * item , const QPoint & point, int c ); 55 void slotItemClicked( QListViewItem * item , const QPoint & point, int c );
57 void slotDeleteMail( ); 56 void slotDeleteMail( );
58 void slotShowHtml( bool ); 57 void slotShowHtml( bool );
59 58
60private: 59private:
61 void readConfig(); 60 void readConfig();
62 61
63 bool _inLoop; 62 bool _inLoop;
64 QString m_mailHtml; 63 QString m_mailHtml;
65 bool m_gotBody; 64 bool m_gotBody;
66 RecBodyP m_body; 65 RecBodyP m_body;
67 RecMailP m_recMail; 66 RecMailP m_recMail;
68 bool m_showHtml; 67 bool m_showHtml;
69 68
70 // 0 from 1 subject 2 bodytext 3 date 69 // 0 from 1 subject 2 bodytext 3 date
71 QMap <int,QString> m_mail; 70 QMap <int,QString> m_mail;
72 // 0 to 1 cc 2 bcc 71 // 0 to 1 cc 2 bcc
73 QMap <int,QStringList> m_mail2; 72 QMap <int,QStringList> m_mail2;
74}; 73};
75 74
76class MailImageDlg:public Opie::Ui::ODialog 75class MailImageDlg:public Opie::Ui::ODialog
77{ 76{
78 Q_OBJECT 77 Q_OBJECT
79public: 78public: