diff -r a066a52411bc -r 6505805e7f98 QTfrontend/ui/page/AbstractPage.h --- a/QTfrontend/ui/page/AbstractPage.h Sun Oct 21 12:28:05 2012 -0400 +++ b/QTfrontend/ui/page/AbstractPage.h Sun Oct 21 13:19:16 2012 -0400 @@ -138,6 +138,7 @@ * @return the button. */ QPushButtonWithSound * formattedButton(const QString & name, bool hasIcon = false); + QPushButton * formattedSoundlessButton(const QString & name, bool hasIcon = false); /** * @brief Creates a default formatted button and adds it to a @@ -167,6 +168,7 @@ * @return the button. */ QPushButtonWithSound * addButton(const QString & name, QBoxLayout * box, int where, bool hasIcon = false); + QPushButton* addSoundlessButton(const QString & name, QBoxLayout * box, int where, bool hasIcon = false); /** * @brief Changes visibility of the back-button.