QTfrontend/ui/widget/qpushbuttonwithsound.h
changeset 6616 f77bb02b669f
parent 6577 9e49e6a8585b
child 6700 e04da46ee43c
--- 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