summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/viewmailbase.h
authortille <tille>2002-06-20 10:36:00 (UTC)
committer tille <tille>2002-06-20 10:36:00 (UTC)
commit5a5356882fe8dc4b1c1f9986b425d673ac8875ad (patch) (side-by-side diff)
tree5f107cefd0bb0921bd3cf0fbebcb71c1c5bca756 /noncore/unsupported/mail2/viewmailbase.h
parent1f42421510fcda84fa9968b78ee0f547d09f322d (diff)
downloadopie-5a5356882fe8dc4b1c1f9986b425d673ac8875ad.zip
opie-5a5356882fe8dc4b1c1f9986b425d673ac8875ad.tar.gz
opie-5a5356882fe8dc4b1c1f9986b425d673ac8875ad.tar.bz2
menu
Diffstat (limited to 'noncore/unsupported/mail2/viewmailbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/viewmailbase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/viewmailbase.h b/noncore/unsupported/mail2/viewmailbase.h
index 9ddf2aa..ba82017 100644
--- a/noncore/unsupported/mail2/viewmailbase.h
+++ b/noncore/unsupported/mail2/viewmailbase.h
@@ -5,12 +5,14 @@
class QAction;
class OpenDiag;
class QListView;
class QPEToolBar;
class QTextBrowser;
+class QPEMenuBar;
+class QPopupMenu;
class ViewMailBase : public QMainWindow
{
Q_OBJECT
public:
@@ -19,12 +21,14 @@ public:
protected:
QAction *reply, *forward, *attachbutton, *deleteMail;
QListView *attachments;
QPEToolBar *toolbar;
QTextBrowser *browser;
OpenDiag *openDiag;
+ QPEMenuBar *menubar;
+ QPopupMenu *mailmenu;
protected slots:
void slotChangeAttachview(bool state);
};