summaryrefslogtreecommitdiffabout
path: root/kmicromail/viewmailbase.cpp
Side-by-side diff
Diffstat (limited to 'kmicromail/viewmailbase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/viewmailbase.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/kmicromail/viewmailbase.cpp b/kmicromail/viewmailbase.cpp
index 2590481..584a0ac 100644
--- a/kmicromail/viewmailbase.cpp
+++ b/kmicromail/viewmailbase.cpp
@@ -28,6 +28,2 @@ ViewMailBase::ViewMailBase(QWidget *parent, const char *name, WFlags fl)
- QLabel *spacer = new QLabel(toolbar);
- spacer->setBackgroundMode(QWidget::PaletteButton);
- toolbar->setStretchableWidget(spacer);
-
reply = new QAction(tr("Reply"),SmallIcon("reply"), 0, 0, this);
@@ -50,6 +46,11 @@ ViewMailBase::ViewMailBase(QWidget *parent, const char *name, WFlags fl)
- deleteMail = new QAction(tr("Delete Mail"),SmallIcon("trash"), 0, 0, this);
+ deleteMail = new QAction(tr("Delete Mail"),SmallIcon("trash"), 0, 0, this);
deleteMail->addTo(toolbar);
deleteMail->addTo(mailmenu);
-
+ closeMail = new QAction(tr("Close"),SmallIcon("exit"), 0, 0, this);
+ QLabel *spacer = new QLabel(toolbar);
+ spacer->setBackgroundMode(QWidget::PaletteButton);
+ toolbar->setStretchableWidget(spacer);
+ closeMail->addTo(toolbar);
+ closeMail->addTo(mailmenu);
QVBox *view = new QVBox(this);