--- a/QTfrontend/ui/widget/qpushbuttonwithsound.h Mon Jan 30 23:20:28 2012 +0100
+++ b/QTfrontend/ui/widget/qpushbuttonwithsound.h Mon Jan 30 17:32:18 2012 -0500
@@ -5,16 +5,16 @@
class QPushButtonWithSound : public QPushButton
{
- Q_OBJECT
-public:
- explicit QPushButtonWithSound(QWidget *parent = 0);
- bool isSoundEnabled;
-signals:
-
-public slots:
-private slots:
- void buttonClicked();
-
+ Q_OBJECT
+ public:
+ explicit QPushButtonWithSound(QWidget *parent = 0);
+ bool isSoundEnabled;
+ signals:
+
+ public slots:
+ private slots:
+ void buttonClicked();
+
};
#endif // QPUSHBUTTONWITHSOUND_H