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
@@ -1,32 +1,36 @@
#ifndef VIEWMAILBASE_H
#define VIEWMAILBASE_H
#include <qmainwindow.h>
class QAction;
class OpenDiag;
class QListView;
class QPEToolBar;
class QTextBrowser;
+class QPEMenuBar;
+class QPopupMenu;
class ViewMailBase : public QMainWindow
{
Q_OBJECT
public:
ViewMailBase(QWidget *parent = 0, const char *name = 0, WFlags fl = 0);
protected:
QAction *reply, *forward, *attachbutton, *deleteMail;
QListView *attachments;
QPEToolBar *toolbar;
QTextBrowser *browser;
OpenDiag *openDiag;
+ QPEMenuBar *menubar;
+ QPopupMenu *mailmenu;
protected slots:
void slotChangeAttachview(bool state);
};
#endif