X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=infodialog.cpp;h=904eb79f9f4281501ff7df2ea378d569673569e1;hb=9f73b19627aba7a802daa22df7b7683fd47ec809;hp=6080d598a4951b02da47b9db9fe558296b5e1b84;hpb=31d7b19deeea0c5d2f31bd721a943568567204d6;p=dorian diff --git a/infodialog.cpp b/infodialog.cpp index 6080d59..904eb79 100644 --- a/infodialog.cpp +++ b/infodialog.cpp @@ -65,8 +65,10 @@ InfoDialog::InfoDialog(Book *b, QWidget *parent, bool showButtons): addButton(tr("Read"), this, SLOT(onReadBook()), QDialogButtonBox::ActionRole); +#ifndef Q_OS_SYMBIAN addButton(tr("Delete"), this, SLOT(onRemoveBook()), QDialogButtonBox::DestructiveRole); +#endif } void InfoDialog::onReadBook()