diff -r da5cfded818b -r 0d0af531c1c7 QTfrontend/ui/widget/qpushbuttonwithsound.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QTfrontend/ui/widget/qpushbuttonwithsound.h Sun Jan 15 22:57:49 2012 +0100 @@ -0,0 +1,20 @@ +#ifndef QPUSHBUTTONWITHSOUND_H +#define QPUSHBUTTONWITHSOUND_H + +#include + +class QPushButtonWithSound : public QPushButton +{ + Q_OBJECT +public: + explicit QPushButtonWithSound(QWidget *parent = 0); + +signals: + +public slots: +private slots: + void buttonClicked(); + +}; + +#endif // QPUSHBUTTONWITHSOUND_H