-rw-r--r-- | kmicromail/viewmailbase.cpp | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/kmicromail/viewmailbase.cpp b/kmicromail/viewmailbase.cpp index 9365c23..3a41ba0 100644 --- a/kmicromail/viewmailbase.cpp +++ b/kmicromail/viewmailbase.cpp @@ -50,8 +50,7 @@ ViewMailBase::ViewMailBase(QWidget *parent, const char *name, WFlags fl) connect(attachbutton, SIGNAL(toggled(bool)), SLOT(slotChangeAttachview(bool))); - - showHtml = new QAction( i18n( "Show Html" ), SmallIcon( "html" ), 0, 0, this, 0, true ); - showHtml->addTo( toolbar ); - showHtml->addTo( mailmenu ); + showHtml = new QAction( i18n( "Show Html" ), SmallIcon( "html" ), 0, 0, this, 0, true ); + showHtml->addTo( toolbar ); + showHtml->addTo( mailmenu ); deleteMail = new QAction(i18n("Delete Mail"),SmallIcon("trash"), 0, 0, this); @@ -59,6 +58,4 @@ ViewMailBase::ViewMailBase(QWidget *parent, const char *name, WFlags fl) deleteMail->addTo(mailmenu); - - nextMail = new QAction(i18n("Show next mail"),SmallIcon("enter"), 0, 0, this); QLabel *spacer = new QLabel(toolbar); @@ -66,7 +63,4 @@ ViewMailBase::ViewMailBase(QWidget *parent, const char *name, WFlags fl) nextMail->addTo(mailmenu); - - - closeMail = new QAction(i18n("Close"),SmallIcon("exit"), 0, 0, this); //QLabel *spacer = new QLabel(toolbar); |