QTfrontend/ui/widget/qpushbuttonwithsound.h
changeset 6700 e04da46ee43c
parent 6616 f77bb02b669f
child 7793 3c21da93db9f
--- a/QTfrontend/ui/widget/qpushbuttonwithsound.h	Fri Feb 17 17:43:59 2012 +0100
+++ b/QTfrontend/ui/widget/qpushbuttonwithsound.h	Fri Feb 17 18:23:36 2012 +0100
@@ -1,20 +1,20 @@
-#ifndef QPUSHBUTTONWITHSOUND_H
-#define QPUSHBUTTONWITHSOUND_H
-
-#include <QPushButton>
-
-class QPushButtonWithSound : public QPushButton
-{
-        Q_OBJECT
-    public:
-        explicit QPushButtonWithSound(QWidget *parent = 0);
-        bool isSoundEnabled;
-    signals:
-
-    public slots:
-    private slots:
-        void buttonClicked();
-
-};
-
-#endif // QPUSHBUTTONWITHSOUND_H
+#ifndef QPUSHBUTTONWITHSOUND_H
+#define QPUSHBUTTONWITHSOUND_H
+
+#include <QPushButton>
+
+class QPushButtonWithSound : public QPushButton
+{
+        Q_OBJECT
+    public:
+        explicit QPushButtonWithSound(QWidget *parent = 0);
+        bool isSoundEnabled;
+    signals:
+
+    public slots:
+    private slots:
+        void buttonClicked();
+
+};
+
+#endif // QPUSHBUTTONWITHSOUND_H